Revision: 9356
Author: [email protected]
Date: Fri Dec 3 07:31:58 2010
Log: Fix external issues 5521, 5446, 5332, javadoc links
Review at http://gwt-code-reviews.appspot.com/1186801
Review by: [email protected]
http://code.google.com/p/google-web-toolkit/source/detail?r=9356
Modified:
/trunk/user/src/com/google/gwt/dom/client/OptionElement.java
/trunk/user/src/com/google/gwt/dom/client/Touch.java
/trunk/user/src/com/google/gwt/event/dom/client/TouchEvent.java
/trunk/user/src/com/google/gwt/i18n/client/LocalizableResource.java
/trunk/user/src/com/google/gwt/i18n/client/Messages.java
/trunk/user/src/com/google/gwt/user/client/ui/ImageBundle.java
/trunk/user/src/com/google/gwt/user/server/rpc/RPCServletUtils.java
=======================================
--- /trunk/user/src/com/google/gwt/dom/client/OptionElement.java Mon Jun 22
15:13:11 2009
+++ /trunk/user/src/com/google/gwt/dom/client/OptionElement.java Fri Dec 3
07:31:58 2010
@@ -124,7 +124,7 @@
* @see <a
href="http://www.w3.org/TR/1999/REC-html401-19991224/interact/forms.html#adef-disabled">W3C
HTML Specification</a>
*/
public final native void setDisabled(boolean disabled) /*-{
- return this.disabled = disabled;
+ this.disabled = disabled;
}-*/;
/**
@@ -133,7 +133,7 @@
* @see <a
href="http://www.w3.org/TR/1999/REC-html401-19991224/interact/forms.html#adef-label-OPTION">W3C
HTML Specification</a>
*/
public final native void setLabel(String label) /*-{
- return this.label = label;
+ this.label = label;
}-*/;
/**
=======================================
--- /trunk/user/src/com/google/gwt/dom/client/Touch.java Tue Nov 23
11:35:12 2010
+++ /trunk/user/src/com/google/gwt/dom/client/Touch.java Fri Dec 3
07:31:58 2010
@@ -20,7 +20,7 @@
/**
* Class representing touches.
*
- * @see
http://developer.apple.com/library/safari/#documentation/UserExperience/Reference/TouchClassReference/Touch/Touch.html
+ * See {...@link <a
href="http://developer.apple.com/library/safari/#documentation/UserExperience/Reference/TouchClassReference/Touch/Touch.html">Safari
Touch Documentation</a>}
*/
public class Touch extends JavaScriptObject {
=======================================
--- /trunk/user/src/com/google/gwt/event/dom/client/TouchEvent.java Tue Nov
23 11:35:12 2010
+++ /trunk/user/src/com/google/gwt/event/dom/client/TouchEvent.java Fri
Dec 3 07:31:58 2010
@@ -22,8 +22,7 @@
/**
* Abstract class representing touch events.
*
- * @see
http://developer.apple.com/library/safari/documentation/UserExperience/Reference/TouchEventClassReference/TouchEvent/TouchEvent.html
- *
+ * See {...@link <a
href="http://developer.apple.com/library/safari/documentation/UserExperience/Reference/TouchEventClassReference/TouchEvent/TouchEvent.html">Safari
Touch Event Documentation</a>}
* @param <H> handler type
*/
public abstract class TouchEvent<H extends EventHandler>
=======================================
--- /trunk/user/src/com/google/gwt/i18n/client/LocalizableResource.java Mon
Mar 2 23:51:53 2009
+++ /trunk/user/src/com/google/gwt/i18n/client/LocalizableResource.java Fri
Dec 3 07:31:58 2010
@@ -157,7 +157,7 @@
/**
* The key used for lookup of translated strings. If not present, the
- * key will be generated based on the {...@code @GenerateKeysUsing}
annotation,
+ * key will be generated based on the {...@code @GenerateKeys} annotation,
* or the unqualified method name if it is not present.
*/
@Retention(RetentionPolicy.RUNTIME)
=======================================
--- /trunk/user/src/com/google/gwt/i18n/client/Messages.java Tue Oct 5
11:03:13 2010
+++ /trunk/user/src/com/google/gwt/i18n/client/Messages.java Fri Dec 3
07:31:58 2010
@@ -29,7 +29,7 @@
* extends <code>Messages</code> returns an instance of an automatically
* generated subclass that is implemented using message templates selected
based
* on locale. Message templates are based on a subset of the format used
by <a
- *
href="http://java.sun.com/j2se/1.5.0/docs/api/java/text/MessageFormat.html">
+ *
href="http://download.oracle.com/javase/1.5.0/docs/api/java/text/MessageFormat.html">
* <code>MessageFormat</code></a>. Note in particular that single quotes
are
* used to quote other characters, and should be doubled for a literal
single
* quote.
=======================================
--- /trunk/user/src/com/google/gwt/user/client/ui/ImageBundle.java Fri Mar
19 08:12:41 2010
+++ /trunk/user/src/com/google/gwt/user/client/ui/ImageBundle.java Fri Dec
3 07:31:58 2010
@@ -43,7 +43,7 @@
* <code>gif</code>, or <code>jpg</code>. If the image name contains '/'
* characters, it is assumed to be the name of a resource on the classpath,
* formatted as would be expected by <code>
- * <a
href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/ClassLoader.html#getResource(java.lang.String)">ClassLoader.getResource(String)</a>.
+ * <a
href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/ClassLoader.html#getResource(java.lang.String)">ClassLoader.getResource(String)</a>.
* </code>
* Otherwise, the image must be located in the same package as the
user-defined
* image bundle.
=======================================
--- /trunk/user/src/com/google/gwt/user/server/rpc/RPCServletUtils.java Tue
Oct 5 11:03:13 2010
+++ /trunk/user/src/com/google/gwt/user/server/rpc/RPCServletUtils.java Fri
Dec 3 07:31:58 2010
@@ -146,7 +146,7 @@
* should be assumed
* @return the content of an {...@link HttpServletRequest} by decoding it
using
* <code>expectedCharSet</code>, or <code>UTF-8</code> if
- * <code>expectedCharSet</code> is <code>null</null>
+ * <code>expectedCharSet</code> is <code>null</code>
* @throws IOException if the request's input stream cannot be accessed,
read
* from or closed
* @throws ServletException if the request's content type does not
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors