Correct broken javadoc


git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@9816 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/src/com/google/gwt/i18n/shared/HasDirectionEstimator.java b/user/src/com/google/gwt/i18n/shared/HasDirectionEstimator.java
index 661a0b8..8c5cfd0 100644
--- a/user/src/com/google/gwt/i18n/shared/HasDirectionEstimator.java
+++ b/user/src/com/google/gwt/i18n/shared/HasDirectionEstimator.java
@@ -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);
diff --git a/user/src/com/google/gwt/user/client/rpc/impl/RemoteServiceProxy.java b/user/src/com/google/gwt/user/client/rpc/impl/RemoteServiceProxy.java
index f80a136..d24dcbb 100644
--- a/user/src/com/google/gwt/user/client/rpc/impl/RemoteServiceProxy.java
+++ b/user/src/com/google/gwt/user/client/rpc/impl/RemoteServiceProxy.java
@@ -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) {