Reviewers: Ray Ryan,


Please review this at http://gwt-code-reviews.appspot.com/89816

Affected files:
   user/src/com/google/gwt/uibinder/client/UiBinderUtil.java
   user/src/com/google/gwt/uibinder/rebind/UiBinderParser.java
   user/src/com/google/gwt/uibinder/rebind/XMLElement.java


Index: user/src/com/google/gwt/uibinder/rebind/XMLElement.java
===================================================================
--- user/src/com/google/gwt/uibinder/rebind/XMLElement.java     (revision 6603)
+++ user/src/com/google/gwt/uibinder/rebind/XMLElement.java     (working copy)
@@ -230,8 +230,8 @@
    /**
     * Consumes the given attribute as an enum value.
     *
-   * @param attr the attribute's full name (including prefix)
-   * @param type the enumerated type of which this attribute must be a  
member
+   * @param name the attribute's full name (including prefix)
+   * @param enumType the enumerated type of which this attribute must be a  
member
     * @return the attribute's value
     * @throws UnableToCompleteException
     */
Index: user/src/com/google/gwt/uibinder/rebind/UiBinderParser.java
===================================================================
--- user/src/com/google/gwt/uibinder/rebind/UiBinderParser.java (revision  
6603)
+++ user/src/com/google/gwt/uibinder/rebind/UiBinderParser.java (working  
copy)
@@ -147,7 +147,7 @@
    }

    /**
-   * Interprets <ui:data> elements
+   * Interprets <ui:data> elements.
     */
    private void createData(XMLElement elem) throws  
UnableToCompleteException {
      String name = elem.consumeRequiredAttribute(FIELD_ATTRIBUTE);
@@ -161,7 +161,7 @@
    }

    /**
-   * Interprets <ui:image> elements
+   * Interprets <ui:image> elements.
     */
    private void createImage(XMLElement elem) throws  
UnableToCompleteException {
      String name = elem.consumeRequiredAttribute(FIELD_ATTRIBUTE);
Index: user/src/com/google/gwt/uibinder/client/UiBinderUtil.java
===================================================================
--- user/src/com/google/gwt/uibinder/client/UiBinderUtil.java   (revision  
6603)
+++ user/src/com/google/gwt/uibinder/client/UiBinderUtil.java   (working copy)
@@ -79,7 +79,6 @@

      return new TempAttachment(origParent, origSibling, element);
    }
-

    public static Element fromHtml(String html) {
      ensureHiddenDiv();



--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to