Revision: 9816
Author: [email protected]
Date: Mon Mar  7 04:00:14 2011
Log: Correct broken javadoc

http://code.google.com/p/google-web-toolkit/source/detail?r=9816

Modified:
 /trunk/user/src/com/google/gwt/i18n/shared/HasDirectionEstimator.java
 /trunk/user/src/com/google/gwt/user/client/rpc/impl/RemoteServiceProxy.java

=======================================
--- /trunk/user/src/com/google/gwt/i18n/shared/HasDirectionEstimator.java Fri Oct 8 06:15:38 2010 +++ /trunk/user/src/com/google/gwt/i18n/shared/HasDirectionEstimator.java Mon Mar 7 04:00:14 2011
@@ -37,7 +37,7 @@
   /**
    * Sets the {@link DirectionEstimator} object.
    *
- * @param directionEstimator The {code DirectionEstimator} to be set. {@code + * @param directionEstimator The {@code DirectionEstimator} to be set. {@code
    *        null} means turning off direction estimation.
    */
   void setDirectionEstimator(DirectionEstimator directionEstimator);
=======================================
--- /trunk/user/src/com/google/gwt/user/client/rpc/impl/RemoteServiceProxy.java Sun Feb 6 16:09:46 2011 +++ /trunk/user/src/com/google/gwt/user/client/rpc/impl/RemoteServiceProxy.java Mon Mar 7 04:00:14 2011
@@ -70,7 +70,7 @@
    * Always use this as {@link #isStatsAvailable()} &&
    * {@link #stats(JavaScriptObject)}.
    *
-   * @deprecated use {link RpcStatsContext}.
+   * @deprecated use {@link RpcStatsContext}.
    */
   @Deprecated
   public static boolean stats(JavaScriptObject data) {

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to