Reviewers: Nick Chalko,
Description:
Changed comments within code generator to better mirror the actual
output code.
Review by: [email protected]
Please review this at http://gwt-code-reviews.appspot.com/1729804/
Affected files:
M
user/src/com/google/gwt/validation/rebind/GwtSpecificValidatorCreator.java
Index:
user/src/com/google/gwt/validation/rebind/GwtSpecificValidatorCreator.java
===================================================================
---
user/src/com/google/gwt/validation/rebind/GwtSpecificValidatorCreator.java
(revision 11016)
+++
user/src/com/google/gwt/validation/rebind/GwtSpecificValidatorCreator.java
(working copy)
@@ -1509,13 +1509,15 @@
// final Set<ConstraintViolation<T>> violations,
sw.println("final Set<ConstraintViolation<T>> violations,");
- // final BeanType object, <Type> value,
+ // BeanType object,
sw.println(beanHelper.getTypeCanonicalName() + " object,");
- // Class<?>... groups) {
+ // final <Type> value,
sw.print("final ");
sw.print(elementType.getParameterizedQualifiedSourceName());
sw.println(" value,");
+
+ // Class<?>... groups) {
sw.println("Class<?>... groups) {");
sw.outdent();
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors