Added javadoc for ResourceFactory.getBundle()'s resourceMap parameter.

Review by: jat

git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@5735 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/src/com/google/gwt/i18n/rebind/ResourceFactory.java b/user/src/com/google/gwt/i18n/rebind/ResourceFactory.java
index a43ae7d..cdc9967 100644
--- a/user/src/com/google/gwt/i18n/rebind/ResourceFactory.java
+++ b/user/src/com/google/gwt/i18n/rebind/ResourceFactory.java
@@ -111,6 +111,9 @@
    * @param topClass
    * @param bundleLocale
    * @param isConstants
+   * @param resourceMap a map of available {@link Resource Resources} by partial
+   *          path; obtain this by calling
+   *          {@link com.google.gwt.core.ext.GeneratorContext#getResourcesOracle()}.{@link com.google.gwt.dev.resource.ResourceOracle#getResourceMap() getResourceMap()}
    * @return resource list
    */
   public static ResourceList getBundle(TreeLogger logger, JClassType topClass,