--- /home/cpdev/src/classpath/javax/swing/UIDefaults.java	2005-07-14 05:32:44.000000000 +0000
+++ javax/swing/UIDefaults.java	2005-06-30 05:35:14.000000000 +0000
@@ -74,13 +74,6 @@
   /** We use this for firing PropertyChangeEvents. */
   private PropertyChangeSupport propertyChangeSupport;
 
-  /**
-   * Used for lazy instantiation of UIDefaults values so that they are not
-   * all loaded when a Swing application starts up, but only the values that
-   * are really needed. An <code>ActiveValue</code> is newly instantiated
-   * every time when the value is requested, as opposed to the normal
-   * {@link LazyValue} that is only instantiated once.
-   */
   public static interface ActiveValue
   {
     Object createValue(UIDefaults table);
@@ -105,13 +98,6 @@
     }
   }
 
-  /**
-   * Used for lazy instantiation of UIDefaults values so that they are not
-   * all loaded when a Swing application starts up, but only the values that
-   * are really needed. A <code>LazyValue</code> is only instantiated once,
-   * as opposed to the {@link ActiveValue} that is newly created every time
-   * it is requested.
-   */
   public static interface LazyValue
   {
     Object createValue(UIDefaults table);
