A massive organize imports and formatting of the sources using default Eclipse code...
[phpeclipse.git] / net.sourceforge.phpeclipse.debug.ui / src / net / sourceforge / phpdt / internal / debug / ui / preferences / PHPInterpreterLabelProvider.java
index 84b52f9..1ebb99f 100644 (file)
@@ -19,24 +19,28 @@ public class PHPInterpreterLabelProvider implements ITableLabelProvider {
        public String getColumnText(Object element, int columnIndex) {
                PHPInterpreter interpreter = (PHPInterpreter) element;
                switch (columnIndex) {
-                       case 0 :
-                               return interpreter.getInstallLocation().toString();
-//                     case 1 :
-//                             IPath installLocation = interpreter.getInstallLocation();
-//                             return installLocation != null ? installLocation.toOSString() : "In user path";
-                       default :
-                               return "Unknown Column Index";
+               case 0:
+                       return interpreter.getInstallLocation().toString();
+                       // case 1 :
+                       // IPath installLocation = interpreter.getInstallLocation();
+                       // return installLocation != null ? installLocation.toOSString() :
+                       // "In user path";
+               default:
+                       return "Unknown Column Index";
                }
        }
 
-       public void addListener(ILabelProviderListener listener) {}
+       public void addListener(ILabelProviderListener listener) {
+       }
 
-       public void dispose() {}
+       public void dispose() {
+       }
 
        public boolean isLabelProperty(Object element, String property) {
                return false;
        }
 
-       public void removeListener(ILabelProviderListener listener) {}
+       public void removeListener(ILabelProviderListener listener) {
+       }
 
 }
\ No newline at end of file