commit | 9e6b58a3dbb71f9565eb2d6513eb973ca65c3e44 | [log] [tgz] |
---|---|---|
author | rice@google.com <rice@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Tue Jun 30 21:56:38 2009 +0000 |
committer | rice@google.com <rice@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Tue Jun 30 21:56:38 2009 +0000 |
tree | 59802caa84ffc09be5cbf206793d19d6533ad512 | |
parent | 212c97446e1be19c8484daa87f7fb193820ff0d9 [diff] |
Fix a couple of tiny checkstyle violations. Review by: scottb git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@5648 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/dev/core/src/com/google/gwt/core/ext/SelectionProperty.java b/dev/core/src/com/google/gwt/core/ext/SelectionProperty.java index ba1fca6..e781f76 100644 --- a/dev/core/src/com/google/gwt/core/ext/SelectionProperty.java +++ b/dev/core/src/com/google/gwt/core/ext/SelectionProperty.java
@@ -41,7 +41,7 @@ String getCurrentValue(); /** - * Gets the fallback value for the property + * Gets the fallback value for the property. * @return the fallback, or "" */ String getFallbackValue();
diff --git a/dev/core/src/com/google/gwt/dev/jjs/ast/JMethod.java b/dev/core/src/com/google/gwt/dev/jjs/ast/JMethod.java index 300a8b4..0a4a833 100644 --- a/dev/core/src/com/google/gwt/dev/jjs/ast/JMethod.java +++ b/dev/core/src/com/google/gwt/dev/jjs/ast/JMethod.java
@@ -42,7 +42,6 @@ System.out.println(code); } - /** * Special serialization treatment. */