commit | 47da2e18fc91226ef4f15343b7c194f0f7485c4d | [log] [tgz] |
---|---|---|
author | fredsa@google.com <fredsa@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Thu Nov 04 18:42:25 2010 +0000 |
committer | fredsa@google.com <fredsa@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Thu Nov 04 18:42:25 2010 +0000 |
tree | 426fc289cfcf1f7d76459943099d5b9232171dbd | |
parent | 4ae5f49b8b08502de77e523b571db5c2bfabdd96 [diff] |
Remove stray javadoc character. Review at http://gwt-code-reviews.appspot.com/1075801 Review by: ahumesky@google.com git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@9186 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/src/com/google/gwt/requestfactory/shared/RequestFactory.java b/user/src/com/google/gwt/requestfactory/shared/RequestFactory.java index c969908..e06ace1 100644 --- a/user/src/com/google/gwt/requestfactory/shared/RequestFactory.java +++ b/user/src/com/google/gwt/requestfactory/shared/RequestFactory.java
@@ -123,7 +123,7 @@ * Start this request factory with a user-provided transport. * * @param eventBus an {@link EventBus} - * @param transport aÊ{@link RequestTransport} instance + * @param transport a {@link RequestTransport} instance */ void initialize(EventBus eventBus, RequestTransport transport); }