Remove unused constructor.
[phpeclipse.git] / net.sourceforge.phpeclipse.xdebug.core / src / net / sourceforge / phpeclipse / xdebug / php / model / XDebugBooleanValue.java
index 6216046..e062dfe 100644 (file)
@@ -8,7 +8,7 @@ public class XDebugBooleanValue extends XDebugAbstractValue {
                        String typeName) {
                super(variable, varNode, typeName);
        }
-
+       
        public boolean supportsValueModification() {
                return true;
        }
@@ -51,5 +51,4 @@ public class XDebugBooleanValue extends XDebugAbstractValue {
                        return true;
                return false;
        }
-
-}
+}
\ No newline at end of file