| commit | 41b709420fb578f48779f745455f54747935745b | [log] [tgz] |
|---|---|---|
| author | amitmanjhi@google.com <amitmanjhi@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Wed Mar 31 14:38:05 2010 +0000 |
| committer | amitmanjhi@google.com <amitmanjhi@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Wed Mar 31 14:38:05 2010 +0000 |
| tree | 5ba46089e55500403a42af6b6c49fde99f91fe41 | |
| parent | c5f63e1b7a8e6799733e31832c28b4ec93d33f27 [diff] |
Updated comment. git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@7838 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/bikeshed/src/com/google/gwt/requestfactory/shared/RequestFactory.java b/bikeshed/src/com/google/gwt/requestfactory/shared/RequestFactory.java index 67fb4e0..c7e44ad 100644 --- a/bikeshed/src/com/google/gwt/requestfactory/shared/RequestFactory.java +++ b/bikeshed/src/com/google/gwt/requestfactory/shared/RequestFactory.java
@@ -48,7 +48,8 @@ SyncRequest syncRequest(DeltaValueStore deltaValueStore); /** - * Implemented by Enums sent in the request. + * Implemented by the enum that defines the mapping between request objects + * and service methods. */ interface RequestDefinition { /**