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


These functions are apparently implemented the same as JDK 1.4.2 :-)

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

	* java/awt/Checkbox.java (AccessibleAWTCheckBox): Remove todo
	comments.


Index: Checkbox.java =================================================================== RCS file: /cvs/gcc/gcc/libjava/java/awt/Checkbox.java,v retrieving revision 1.9.20.2 diff -u -r1.9.20.2 Checkbox.java --- Checkbox.java 20 Nov 2004 03:47:34 -0000 1.9.20.2 +++ Checkbox.java 20 Nov 2004 03:56:28 -0000 @@ -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]