I filled two empty blocks in javax.swing.filechooser.

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

        * javax/swing/filechooser/FileFilter.java:
        * javax/swing/filechooser/FileView.java:
        Filled empty blocks with comments.

/Roman
Index: javax/swing/filechooser/FileFilter.java
===================================================================
RCS file: /cvsroot/classpath/classpath/javax/swing/filechooser/FileFilter.java,v
retrieving revision 1.4
diff -u -r1.4 FileFilter.java
--- javax/swing/filechooser/FileFilter.java	22 Sep 2005 13:15:38 -0000	1.4
+++ javax/swing/filechooser/FileFilter.java	18 Oct 2005 20:40:57 -0000
@@ -56,7 +56,9 @@
   /**
    * Default constructor.
    */
-  public FileFilter() {
+  public FileFilter()
+  {
+    // Nothing to do here.
   }
 
   /**
Index: javax/swing/filechooser/FileView.java
===================================================================
RCS file: /cvsroot/classpath/classpath/javax/swing/filechooser/FileView.java,v
retrieving revision 1.5
diff -u -r1.5 FileView.java
--- javax/swing/filechooser/FileView.java	19 Sep 2005 20:11:37 -0000	1.5
+++ javax/swing/filechooser/FileView.java	18 Oct 2005 20:40:57 -0000
@@ -56,6 +56,7 @@
    */
   public FileView() 
   {
+    // Nothing to do here.
   } 
 
   /**
_______________________________________________
Classpath-patches mailing list
Classpath-patches@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to