Author: dda
Date: 2007-12-04 05:28:13 -0800 (Tue, 04 Dec 2007)
New Revision: 7441

Modified:
   
openlaszlo/branches/devildog/WEB-INF/lps/server/src/org/openlaszlo/sc/ParseTreePrinter.java
Log:
Fixed typo after hand merge - should have been part of last commit,
part of r7424.


Modified: 
openlaszlo/branches/devildog/WEB-INF/lps/server/src/org/openlaszlo/sc/ParseTreePrinter.java
===================================================================
--- 
openlaszlo/branches/devildog/WEB-INF/lps/server/src/org/openlaszlo/sc/ParseTreePrinter.java
 2007-12-04 10:21:58 UTC (rev 7440)
+++ 
openlaszlo/branches/devildog/WEB-INF/lps/server/src/org/openlaszlo/sc/ParseTreePrinter.java
 2007-12-04 13:28:13 UTC (rev 7441)
@@ -125,7 +125,7 @@
     // one line
     return "{" + NEWLINE + elideSemi(body) + (body.endsWith("}") ? "" : 
NEWLINE) + "}";
   }
-+
+
   public static String join(String token, String[] strings) {
     StringBuffer sb = new StringBuffer();
     int l = strings.length - 1;


_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins

Reply via email to