fix bug 678.
[phpeclipse.git] / net.sourceforge.phpeclipse.xdebug.core / src / net / sourceforge / phpeclipse / xdebug / php / model / XDebugObjectValue.java
index 2f3c66d..a7fdfca 100644 (file)
@@ -10,8 +10,8 @@ public class XDebugObjectValue extends XDebugAbstractValue {
        }
 
        public void setType(String typeName) {
-               fType = XDebugAbstractValue.VALUETYPE_OBJECT;
-               fTypeName = typeName;
+               fType=XDebugAbstractValue.VALUETYPE_OBJECT;
+               fTypeName=typeName;
 
        }
 
@@ -19,10 +19,13 @@ public class XDebugObjectValue extends XDebugAbstractValue {
                fValueString = data;
 
        }
-
-       public String toString() {
+       
+/*     public String toString() {
                return "class " + fValueString;
-       }
+       }*/
+       /*public String toString() {
+               return null;
+       }*/
 
        public boolean verifyValue(String expression) {
                // TODO Auto-generated method stub