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 {
     /**