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.
    */