A massive organize imports and formatting of the sources using default Eclipse code...
[phpeclipse.git] / net.sourceforge.phpeclipse.debug.ui / src / net / sourceforge / phpdt / debug / ui / PHPDebugUiConstants.java
index d2a0475..7f6d137 100644 (file)
@@ -3,7 +3,9 @@ package net.sourceforge.phpdt.debug.ui;
 import net.sourceforge.phpdt.internal.debug.ui.PHPDebugUiPlugin;
 
 public interface PHPDebugUiConstants {
-       public static final String DEFAULT_WORKING_DIRECTORY = PHPDebugUiPlugin.getWorkspace().getRoot().getLocation().toString();
+       public static final String DEFAULT_WORKING_DIRECTORY = PHPDebugUiPlugin
+                       .getWorkspace().getRoot().getLocation().toString();
 
-       public static final String PREFERENCE_KEYWORDS = PHPDebugUiPlugin.PLUGIN_ID + ".preference_keywords";
+       public static final String PREFERENCE_KEYWORDS = PHPDebugUiPlugin.PLUGIN_ID
+                       + ".preference_keywords";
 }