A massive organize imports and formatting of the sources using default Eclipse code...
[phpeclipse.git] / net.sourceforge.phpeclipse.xdebug.core / src / net / sourceforge / phpeclipse / xdebug / php / model / XDebugArrayValue.java
index dd01675..e7075f8 100644 (file)
@@ -10,13 +10,13 @@ public class XDebugArrayValue extends XDebugAbstractValue {
        }
 
        public void setType(String typeName) {
-               fType=XDebugAbstractValue.VALUETYPE_ARRAY;
-               fTypeName=typeName;
+               fType = XDebugAbstractValue.VALUETYPE_ARRAY;
+               fTypeName = typeName;
 
        }
 
        public void renderValueString(String data) {
-               fValueString= data +" element(s)";
+               fValueString = data + " element(s)";
        }
 
        public boolean verifyValue(String expression) {