This adds comments to two empty blocks in javax.swing.text.html.

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

        * javax/swing/text/html/HTML.java
        * javax/swing/text/html/HTMLDocument.java
        Filled emtpy blocks with comments.


/Roman
Index: javax/swing/text/html/HTML.java
===================================================================
RCS file: /cvsroot/classpath/classpath/javax/swing/text/html/HTML.java,v
retrieving revision 1.7
diff -u -r1.7 HTML.java
--- javax/swing/text/html/HTML.java	22 Sep 2005 14:40:43 -0000	1.7
+++ javax/swing/text/html/HTML.java	19 Oct 2005 14:36:17 -0000
@@ -1196,6 +1196,7 @@
    */
   public HTML()
   {
+    // Nothing to do here.
   }
 
   /**
Index: javax/swing/text/html/HTMLDocument.java
===================================================================
RCS file: /cvsroot/classpath/classpath/javax/swing/text/html/HTMLDocument.java,v
retrieving revision 1.5
diff -u -r1.5 HTMLDocument.java
--- javax/swing/text/html/HTMLDocument.java	21 Sep 2005 20:30:38 -0000	1.5
+++ javax/swing/text/html/HTMLDocument.java	19 Oct 2005 14:36:17 -0000
@@ -45,7 +45,6 @@
 import javax.swing.text.DefaultStyledDocument;
 import javax.swing.text.Element;
 import javax.swing.text.ElementIterator;
-import javax.swing.text.AbstractDocument.BranchElement;
 import javax.swing.text.html.HTML.Tag;
 
 /**
@@ -186,6 +185,7 @@
 
   public void processHTMLFrameHyperlinkEvent(HTMLFrameHyperlinkEvent event)
   {
+    // TODO: Implement this properly.
   }
   
   /**
_______________________________________________
Classpath-patches mailing list
Classpath-patches@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to