added class fields to outline
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / compiler / util / Util.java
index 66208c0..8739ba6 100644 (file)
@@ -369,6 +369,7 @@ public class Util {
                }
                return true;            
        }       
+       
        /**
         * Returns true iff str.toLowerCase().endsWith(".java")
         * implementation is not creating extra strings.