I added a comment to the empty constructor of
javax.swing.plaf.multi.MultiLookAndFeel.

2005-10-19  Roman Kennke  <[EMAIL PROTECTED]>

        * javax/swing/plaf/multi/MultiLookAndFeel.java
        Filled empty block with comment.


/Roman
Index: javax/swing/plaf/multi/MultiLookAndFeel.java
===================================================================
RCS file: /cvsroot/classpath/classpath/javax/swing/plaf/multi/MultiLookAndFeel.java,v
retrieving revision 1.1
diff -u -r1.1 MultiLookAndFeel.java
--- javax/swing/plaf/multi/MultiLookAndFeel.java	18 Aug 2005 11:18:01 -0000	1.1
+++ javax/swing/plaf/multi/MultiLookAndFeel.java	19 Oct 2005 13:47:57 -0000
@@ -56,6 +56,7 @@
    */
   public MultiLookAndFeel()
   {
+    // Nothing to do here.
   }
   
   /**
_______________________________________________
Classpath-patches mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to