Fixed the javadoc that listed the debug ID module as "com.google.gwt.user.DebugID" to say "com.google.gwt.user.Debug". The module was renamed before the debug ID patch was submitted, but the javadoc wasn't updated.
Issue: 1898
Patch by: michaelpress, jlabanca
Review by: jlabanca
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@1809 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/src/com/google/gwt/user/client/ui/UIObject.java b/user/src/com/google/gwt/user/client/ui/UIObject.java
index 530c4dd..36e7f4a 100644
--- a/user/src/com/google/gwt/user/client/ui/UIObject.java
+++ b/user/src/com/google/gwt/user/client/ui/UIObject.java
@@ -413,7 +413,7 @@
* the DebugID module in your gwt.xml file by adding the following line:
*
* <pre class="code">
- * <inherits name="com.google.gwt.user.DebugID"/></pre>
+ * <inherits name="com.google.gwt.user.Debug"/></pre>
*
* @param id the ID to set on the main element
*/
@@ -707,7 +707,7 @@
* your gwt.xml file by adding the following line:
*
* <pre class="code">
- * <inherits name="com.google.gwt.user.DebugID"/></pre>
+ * <inherits name="com.google.gwt.user.Debug"/></pre>
*
* @param baseID the base ID used by the main element
*/