Author: [email protected]
Date: Mon Mar  9 08:30:52 2009
New Revision: 4957

Modified:
    trunk/dev/core/src/com/google/gwt/core/linker/SymbolMapsLinker.java

Log:
Fix typo in emitted symbol map filename.

Patch by: bobv
Reported by: chadward


Modified:  
trunk/dev/core/src/com/google/gwt/core/linker/SymbolMapsLinker.java
==============================================================================
--- trunk/dev/core/src/com/google/gwt/core/linker/SymbolMapsLinker.java  
(original)
+++ trunk/dev/core/src/com/google/gwt/core/linker/SymbolMapsLinker.java Mon  
Mar  9 08:30:52 2009
@@ -44,7 +44,7 @@
     * This value is appended to the strong name of the CompilationResult to  
form
     * the symbol map's filename.
     */
-  public static final String STRONG_NAME_SUFFIX = "_sybolMap.properties";
+  public static final String STRONG_NAME_SUFFIX = "_symbolMap.properties";

    @Override
    public String getDescription() {

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

Reply via email to