misc
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / corext / template / php / JavaContext.java
index 2ce6d3e..09b5fb0 100644 (file)
@@ -120,7 +120,7 @@ public class JavaContext extends CompilationUnitContext {
 
     JavaFormatter formatter = new JavaFormatter(lineDelimiter, getIndentation(), useCodeFormatter);
     formatter.format(buffer, this);
-    //  debug start
+    // debug start
     //        String res = buffer.getString();
     //        res = res.replaceAll("\n","/n");
     //        res = res.replaceAll("\t","/t");