Change visibility of net.sourceforge.phpeclipse.xdebug.php.model.XDebugAbstractValue...
[phpeclipse.git] / net.sourceforge.phpeclipse.xdebug.core / src / net / sourceforge / phpeclipse / xdebug / php / model / XDebugObjectValue.java
index 75359a6..01fabba 100644 (file)
@@ -9,7 +9,7 @@ public class XDebugObjectValue extends XDebugAbstractValue {
        }
 
        public void renderValueString(String data) {
-               fValueString = data;
+               setValueString(data)/*fValueString = data*/;
        }
 
        public boolean verifyValue(String expression) {