Reviewers: Ray Ryan,

Description:
Fix checkstyle problems


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

Affected files:
  M user/src/com/google/gwt/text/shared/PassthroughRenderer.java
  M user/src/com/google/gwt/user/client/ui/ValueBoxBase.java


Index: user/src/com/google/gwt/text/shared/PassthroughRenderer.java
===================================================================
--- user/src/com/google/gwt/text/shared/PassthroughRenderer.java (revision 8339) +++ user/src/com/google/gwt/text/shared/PassthroughRenderer.java (working copy)
@@ -14,7 +14,6 @@
  * the License.
  */
 package com.google.gwt.text.shared;
-

 /**
* <span style="color:red">Experimental API: This class is still under rapid
Index: user/src/com/google/gwt/user/client/ui/ValueBoxBase.java
===================================================================
--- user/src/com/google/gwt/user/client/ui/ValueBoxBase.java    (revision 8339)
+++ user/src/com/google/gwt/user/client/ui/ValueBoxBase.java    (working copy)
@@ -178,7 +178,7 @@
   /**
    * Return the parsed value, or null if the field is empty.
    *
-   * @throws ParseFailedException if the value cannot be parsed
+   * @throws ParseException if the value cannot be parsed
    */
   public T getValueOrThrow() throws ParseException {
     String text = getText().trim();


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

Reply via email to