This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
[gui] Remove stub comments
- From: Jerry Quinn <jlquinn at optonline dot net>
- To: java-patches at gcc dot gnu dot org
- Date: Sat, 20 Nov 2004 13:29:58 -0500
- Subject: [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;
}