misc
authoraxelcl <axelcl>
Wed, 10 Nov 2004 20:26:44 +0000 (20:26 +0000)
committeraxelcl <axelcl>
Wed, 10 Nov 2004 20:26:44 +0000 (20:26 +0000)
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");