Removed an extraneous parameter from the javadoc of two methods. Patch by: amitmanjhi, spoon git-svn-id: https://google-web-toolkit.googlecode.com/svn/releases/1.6@4194 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/dev/core/src/com/google/gwt/dev/shell/CompilingClassLoader.java b/dev/core/src/com/google/gwt/dev/shell/CompilingClassLoader.java index fa29157..d1df21c 100644 --- a/dev/core/src/com/google/gwt/dev/shell/CompilingClassLoader.java +++ b/dev/core/src/com/google/gwt/dev/shell/CompilingClassLoader.java
@@ -711,8 +711,6 @@ * Tricky one, this. Reaches over into this modules's JavaScriptHost class and * sets its static 'host' field to our module space. * - * @param moduleSpace the ModuleSpace instance to store using - * JavaScriptHost.setHost(). * @see JavaScriptHost */ private void updateGwtClass() { @@ -751,8 +749,6 @@ * Tricky one, this. Reaches over into this modules's JavaScriptHost class and * sets its static 'host' field to our module space. * - * @param moduleSpace the ModuleSpace instance to store using - * JavaScriptHost.setHost(). * @see JavaScriptHost */ private void updateJavaScriptHost() {