X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse.xdebug.core/src/net/sourceforge/phpeclipse/xdebug/php/model/XDebugObjectValue.java b/net.sourceforge.phpeclipse.xdebug.core/src/net/sourceforge/phpeclipse/xdebug/php/model/XDebugObjectValue.java index 2f3c66d..27c42d2 100644 --- a/net.sourceforge.phpeclipse.xdebug.core/src/net/sourceforge/phpeclipse/xdebug/php/model/XDebugObjectValue.java +++ b/net.sourceforge.phpeclipse.xdebug.core/src/net/sourceforge/phpeclipse/xdebug/php/model/XDebugObjectValue.java @@ -3,7 +3,6 @@ package net.sourceforge.phpeclipse.xdebug.php.model; import org.w3c.dom.Node; public class XDebugObjectValue extends XDebugAbstractValue { - public XDebugObjectValue(XDebugVariable variable, Node varNode, String typeName) { super(variable, varNode, typeName); @@ -20,13 +19,7 @@ public class XDebugObjectValue extends XDebugAbstractValue { } - public String toString() { - return "class " + fValueString; - } - public boolean verifyValue(String expression) { - // TODO Auto-generated method stub return false; } - -} +} \ No newline at end of file