Revision: 6918 Author: [email protected] Date: Mon Nov 16 11:37:29 2009 Log: Remove unused method from ModuleSpace.
Review by: jat (desk) http://code.google.com/p/google-web-toolkit/source/detail?r=6918 Modified: /trunk/dev/core/src/com/google/gwt/dev/shell/ModuleSpace.java ======================================= --- /trunk/dev/core/src/com/google/gwt/dev/shell/ModuleSpace.java Thu Nov 5 17:14:29 2009 +++ /trunk/dev/core/src/com/google/gwt/dev/shell/ModuleSpace.java Mon Nov 16 11:37:29 2009 @@ -166,15 +166,6 @@ } sCaughtJavaExceptionObject.set(caught); } - - /** - * Get the unique key for this module. - * - * @return the unique key - */ - public Object getKey() { - return key; - } /** * Get the module name. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
