Changes:
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / core / Util.java
index 6e68873..93c2697 100644 (file)
@@ -1349,4 +1349,5 @@ public class Util {
                System.arraycopy(args, 0, args = new String[count], 0, count);
                return args;
        }
+       
 }