Author: [email protected]
Date: Mon Jun  8 22:46:14 2009
New Revision: 5527

Modified:
     
branches/snapshot-2009.06.02-r5498/user/src/com/google/gwt/i18n/rebind/ResourceFactory.java

Log:
Reinstate public access inadvertently removed in i18n generator rewrite.

Patch by: jat
Review by: scottb (TBR)


Modified:  
branches/snapshot-2009.06.02-r5498/user/src/com/google/gwt/i18n/rebind/ResourceFactory.java
==============================================================================
---  
branches/snapshot-2009.06.02-r5498/user/src/com/google/gwt/i18n/rebind/ResourceFactory.java
      
(original)
+++  
branches/snapshot-2009.06.02-r5498/user/src/com/google/gwt/i18n/rebind/ResourceFactory.java
      
Mon Jun  8 22:46:14 2009
@@ -157,7 +157,7 @@
      return allResources;
    }

-  static String getResourceName(JClassType targetClass) {
+  public static String getResourceName(JClassType targetClass) {
      String name = targetClass.getName();
      if (targetClass.isMemberType()) {
        name = name.replace('.', '$');

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

Reply via email to