[Laszlo-checkins] r7441 - openlaszlo/branches/devildog/WEB-INF/lps/server/src/org/openlaszlo/sc

dda@openlaszlo.org dda at openlaszlo.org
Tue Dec 4 05:28:17 PST 2007


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;



More information about the Laszlo-checkins mailing list