--- /home/cpdev/src/classpath/javax/swing/plaf/ColorUIResource.java	2005-07-02 21:04:06.000000000 +0000
+++ javax/swing/plaf/ColorUIResource.java	2005-06-30 05:35:15.000000000 +0000
@@ -1,5 +1,5 @@
 /* ColorUIResource.java
-   Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -63,9 +63,6 @@
    * @param r the red intensity, which must be in the range [0 .. 255].
    * @param g the green intensity, which must be in the range [0 .. 255].
    * @param b the blue intensity, which must be in the range [0 .. 255].
-   *
-   * @throws IllegalArgumentException if any of the values is outside the 
-   *         specified range.
    */
   public ColorUIResource(int r, int g, int b)
   {
@@ -74,7 +71,7 @@
 
 
   /**
-   * Constructs a <code>ColorUIResource</code> using the specified
+   * Consructs a <code>ColorUIResource</code> using the specified
    * RGB value. The blue value is in bits 0-7, green in bits 8-15, and
    * red in bits 16-23. The other bits are ignored. The alpha value is set
    * to 255, meaning that the color is fully opaque.
@@ -96,9 +93,6 @@
    * @param r the red intensity, which must be in the range [0.0 .. 1.0].
    * @param g the green intensity, which must be in the range [0.0 .. 1.0].
    * @param b the blue intensity, which must be in the range [0.0 .. 1.0].
-   *
-   * @throws IllegalArgumentException if any of the values is outside the 
-   *         specified range.
    */
   public ColorUIResource(float r, float g, float b)
   {
@@ -111,10 +105,7 @@
    * of another color.
    *
    * @param c the color whose intensities will be considered when
-   *        constructing this <code>ColorUIResource</code> (<code>null</code>
-   *        not permitted).
-   *
-   * @throws NullPointerException if <code>c</code> is <code>null</code>.
+   *        constructing this <code>ColorUIResource</code>.
    */
   public ColorUIResource(Color c)
   {
