Revision: 6546
Author: sp...@google.com
Date: Thu Oct 29 13:41:31 2009
Log: Fixes an overly long filename in a compile report.

Review by: kprobst

http://code.google.com/p/google-web-toolkit/source/detail?r=6546

Modified:
  /trunk/dev/core/src/com/google/gwt/soyc/MakeTopLevelHtmlForPerm.java

=======================================
--- /trunk/dev/core/src/com/google/gwt/soyc/MakeTopLevelHtmlForPerm.java        
 
Wed Oct 28 09:10:53 2009
+++ /trunk/dev/core/src/com/google/gwt/soyc/MakeTopLevelHtmlForPerm.java        
 
Thu Oct 29 13:41:31 2009
@@ -172,8 +172,8 @@

    private static String classesInPackageFileName(SizeBreakdown breakdown,
        String packageName, String permutationId) {
-    return breakdown.getId() + "_" + packageName + "-" + permutationId
-        + "_Classes.html";
+    return breakdown.getId() + "_" + filename(packageName) + "-"
+        + permutationId + "_Classes.html";
    }

    /**

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to