Comment update: removes a stale reference to GWT.java-hosted.
Review by: scottb
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@3672 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/src/com/google/gwt/core/client/GWT.java b/user/src/com/google/gwt/core/client/GWT.java
index dacb1f0..9aa0335 100644
--- a/user/src/com/google/gwt/core/client/GWT.java
+++ b/user/src/com/google/gwt/core/client/GWT.java
@@ -23,12 +23,6 @@
* deferred binding.
*/
public final class GWT {
- /*
- * This is the web mode version of this class. Because it's so special,
- * there's also a hosted mode version. See GWT.java-hosted. Do NOT change the
- * public API of this class without also updating GWT.java-hosted!
- */
-
/**
* This interface is used to catch exceptions at the "top level" just before
* they escape to the browser. This is used in places where the browser calls