X-Git-Url: http://secure.phpeclipse.com

diff --git a/net.sourceforge.phpeclipse.debug.ui/src/net/sourceforge/phpdt/debug/ui/PHPDebugUiConstants.java b/net.sourceforge.phpeclipse.debug.ui/src/net/sourceforge/phpdt/debug/ui/PHPDebugUiConstants.java
index d2a0475..7f6d137 100644
--- a/net.sourceforge.phpeclipse.debug.ui/src/net/sourceforge/phpdt/debug/ui/PHPDebugUiConstants.java
+++ b/net.sourceforge.phpeclipse.debug.ui/src/net/sourceforge/phpdt/debug/ui/PHPDebugUiConstants.java
@@ -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";
 }