Revision: 6613
Author: r...@google.com
Date: Tue Nov  3 12:32:10 2009
Log: Fix checkstyle warnings.

Review by: rjrjr


http://code.google.com/p/google-web-toolkit/source/detail?r=6613

Modified:
  /trunk/user/src/com/google/gwt/uibinder/client/UiBinderUtil.java
  /trunk/user/src/com/google/gwt/uibinder/rebind/UiBinderParser.java
  /trunk/user/src/com/google/gwt/uibinder/rebind/XMLElement.java

=======================================
--- /trunk/user/src/com/google/gwt/uibinder/client/UiBinderUtil.java    Wed  
Oct 28 09:10:53 2009
+++ /trunk/user/src/com/google/gwt/uibinder/client/UiBinderUtil.java    Tue  
Nov  3 12:32:10 2009
@@ -79,7 +79,6 @@

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

    public static Element fromHtml(String html) {
      ensureHiddenDiv();
=======================================
--- /trunk/user/src/com/google/gwt/uibinder/rebind/UiBinderParser.java  Mon  
Nov  2 12:47:15 2009
+++ /trunk/user/src/com/google/gwt/uibinder/rebind/UiBinderParser.java  Tue  
Nov  3 12:32:10 2009
@@ -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);
=======================================
--- /trunk/user/src/com/google/gwt/uibinder/rebind/XMLElement.java      Mon Nov 
  
2 20:08:34 2009
+++ /trunk/user/src/com/google/gwt/uibinder/rebind/XMLElement.java      Tue Nov 
  
3 12:32:10 2009
@@ -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
     */

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

Reply via email to