A massive organize imports and formatting of the sources using default Eclipse code...
[phpeclipse.git] / net.sourceforge.phpeclipse.xdebug.core / src / net / sourceforge / phpeclipse / xdebug / core / IXDebugPreferenceConstants.java
index 51486ae..0662af4 100644 (file)
@@ -2,6 +2,8 @@ package net.sourceforge.phpeclipse.xdebug.core;
 
 public interface IXDebugPreferenceConstants {
        public static final String DEBUGPORT_PREFERENCE = "debugport";
+
        public static final int DEFAULT_DEBUGPORT = 9000;
+
        public static final String PHP_INTERPRETER_PREFERENCE = "phpInterpreter";
 }