This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[gui] Remove stub comments in Checkbox


2004-11-21 Jerry Quinn <jlquinn@optonline.net>

* java/awt/Checkbox.java: Remove stub comments.

Index: Checkbox.java
===================================================================
RCS file: /cvs/gcc/gcc/libjava/java/awt/Checkbox.java,v
retrieving revision 1.9.20.2
retrieving revision 1.9.20.3
diff -u -r1.9.20.2 -r1.9.20.3
--- Checkbox.java	20 Nov 2004 03:47:34 -0000	1.9.20.2
+++ Checkbox.java	22 Nov 2004 03:18:05 -0000	1.9.20.3
@@ -150,7 +150,6 @@
    */
   public Number getCurrentAccessibleValue()
   {
-    // TODO Auto-generated method stub
     return null;
   }

@@ -159,7 +158,6 @@
    */
   public boolean setCurrentAccessibleValue(Number number)
   {
-    // TODO Auto-generated method stub
     return false;
   }

@@ -168,7 +166,6 @@
    */
   public Number getMinimumAccessibleValue()
   {
-    // TODO Auto-generated method stub
     return null;
   }

@@ -177,7 +174,6 @@
    */
   public Number getMaximumAccessibleValue()
   {
-    // TODO Auto-generated method stub
     return null;
   }



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]