fix bug 678.
[phpeclipse.git] / net.sourceforge.phpeclipse.xdebug.core / src / net / sourceforge / phpeclipse / xdebug / php / model / XDebugResourceValue.java
index 2ce4f1c..34faf17 100644 (file)
@@ -30,9 +30,13 @@ public class XDebugResourceValue extends XDebugAbstractValue {
                return true;
        }
        
-       public String toString() {
+       /*public String toString() {
                return fDataString;
-       }
+       }*/
+
+       /*public String toString() {
+               return null;
+       }*/
 
        public boolean verifyValue(String expression) {
                return true;