Revision: 6914
Author: sco...@google.com
Date: Mon Nov 16 10:54:36 2009
Log: tr...@6911 was merged into this branch
   gwt-user should not reference the dev collections, this causes server  
failures.
     svn merge --ignore-ancestry -c6911  
https://google-web-toolkit.googlecode.com/svn/trunk/ .


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

Modified:
  /releases/2.0/branch-info.txt
  /releases/2.0/user/src/com/google/gwt/rpc/server/RPC.java

=======================================
--- /releases/2.0/branch-info.txt       Mon Nov 16 08:35:40 2009
+++ /releases/2.0/branch-info.txt       Mon Nov 16 10:54:36 2009
@@ -655,17 +655,21 @@

  tr...@6903 was merged into this branch
    Updates release notes for GWT 2.0 RC
-        svn merge --ignore-ancestry -c6903  
http://google-web-toolkit.googlecode.com/svn/trunk/ .
+    svn merge --ignore-ancestry -c6903  
http://google-web-toolkit.googlecode.com/svn/trunk/ .

  tr...@6895 was merged into this branch
    Updating the Gwt Developer Plugin for IE to use the latest terminology
-        svn merge --ignore-ancestry -c6895  
http://google-web-toolkit.googlecode.com/svn/trunk/ .
+    svn merge --ignore-ancestry -c6895  
http://google-web-toolkit.googlecode.com/svn/trunk/ .

  tr...@6907 was merged into this branch
    Add registry keys to IE plugin installer
-        svn merge --ignore-ancestry -c6907  
http://google-web-toolkit.googlecode.com/svn/trunk/ .
+    svn merge --ignore-ancestry -c6907  
http://google-web-toolkit.googlecode.com/svn/trunk/ .

  tr...@6909 was merged into this branch
   Fixes JSNI uses of JSOs as maps in Chrome DevMode.
      svn merge --ignore-ancestry -c6909 \
        https://google-web-toolkit.googlecode.com/svn/trunk/ .
+
+tr...@6911 was merged into this branch
+  gwt-user should not reference the dev collections, this causes server  
failures.
+    svn merge --ignore-ancestry -c6911  
https://google-web-toolkit.googlecode.com/svn/trunk/ .
=======================================
--- /releases/2.0/user/src/com/google/gwt/rpc/server/RPC.java   Mon Nov  2  
12:44:54 2009
+++ /releases/2.0/user/src/com/google/gwt/rpc/server/RPC.java   Mon Nov 16  
10:54:36 2009
@@ -51,7 +51,7 @@
     * Static map of classes to sets of interfaces (e.g. classes). Optimizes
     * lookup of interfaces for security.
     */
-  private static final Map<Class<?>, Set<String>>  
serviceToImplementedInterfacesMap = new  
com.google.gwt.dev.util.collect.HashMap<Class<?>, Set<String>>();
+  private static final Map<Class<?>, Set<String>>  
serviceToImplementedInterfacesMap = new HashMap<Class<?>, Set<String>>();

    static {
      // The space is needed to prevent name collisions

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

Reply via email to