| commit | 3d712b82da2a152f17991eb639f544e09db69e14 | [log] [tgz] |
|---|---|---|
| author | tomerigo@google.com <tomerigo@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Mon Mar 07 12:00:14 2011 +0000 |
| committer | tomerigo@google.com <tomerigo@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Mon Mar 07 12:00:14 2011 +0000 |
| tree | a9d614fce87227421473644d5ed261dbfbafe283 | |
| parent | f3e2be753560a704d3333ec9b146e2e95a97f057 [diff] |
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) {