Importing the XDebugProxy code in the HEAD. The repo was tagged with T_BEFORE_XDEBUGP...
[phpeclipse.git] / net.sourceforge.phpeclipse.xdebug.core / src / net / sourceforge / phpeclipse / xdebug / core / IXDebugPreferenceConstants.java
index 0662af4..51486ae 100644 (file)
@@ -2,8 +2,6 @@ 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";
 }