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); }