Removing extra blank lines and whitespace.
No reviewer

git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@798 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/src/com/google/gwt/user/client/ui/ColorPicker.java b/user/src/com/google/gwt/user/client/ui/ColorPicker.java
index ee0052e..fe7f57f 100644
--- a/user/src/com/google/gwt/user/client/ui/ColorPicker.java
+++ b/user/src/com/google/gwt/user/client/ui/ColorPicker.java
@@ -84,7 +84,6 @@
   }

 

   /**

-   * 

    * Constructor for {@link ColorPicker}. The passed in {@link Collection}

    * should contain objects such that the {@link String#toString()} method

    * returns a representation of a CSS color.

@@ -158,8 +157,9 @@
   }

 

   /**

-   * Sets the items in the {@link ColorPicker}. Each color's {@link String#toString()}

-   *          method should return a representation of a CSS color.

+   * Sets the items in the {@link ColorPicker}. Each color's

+   * {@link String#toString()} method should return a representation of a CSS

+   * color.

    * 

    * @param colors collection of colors.

    */