Revision: 8343
Author: [email protected]
Date: Wed Jun 30 08:56:55 2010
Log: Fix checkstyle problems
Review at http://gwt-code-reviews.appspot.com/671801
Review by: [email protected]
http://code.google.com/p/google-web-toolkit/source/detail?r=8343
Modified:
/trunk/user/src/com/google/gwt/text/shared/PassthroughRenderer.java
/trunk/user/src/com/google/gwt/user/client/ui/ValueBoxBase.java
=======================================
--- /trunk/user/src/com/google/gwt/text/shared/PassthroughRenderer.java Fri
Jun 18 20:16:34 2010
+++ /trunk/user/src/com/google/gwt/text/shared/PassthroughRenderer.java Wed
Jun 30 08:56:55 2010
@@ -15,7 +15,6 @@
*/
package com.google.gwt.text.shared;
-
/**
* <span style="color:red">Experimental API: This class is still under
rapid
* development, and is very likely to be deleted. Use it at your own risk.
=======================================
--- /trunk/user/src/com/google/gwt/user/client/ui/ValueBoxBase.java Sun Jun
20 09:43:54 2010
+++ /trunk/user/src/com/google/gwt/user/client/ui/ValueBoxBase.java Wed Jun
30 08:56:55 2010
@@ -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