--- /home/cpdev/src/classpath/javax/swing/plaf/basic/BasicCheckBoxUI.java	2005-07-02 21:04:06.000000000 +0000
+++ javax/swing/plaf/basic/BasicCheckBoxUI.java	2005-06-30 05:35:18.000000000 +0000
@@ -1,5 +1,5 @@
 /* BasicCheckBoxUI.java
-   Copyright (C) 2002, 2004, 2005 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -59,13 +59,7 @@
   
   public void installUI(final JComponent c)  {
     super.installUI(c);
-  }
-
-  // Overridden to change method access.
-  public String getPropertyPrefix()
-  {
-    return super.getPropertyPrefix();
-  }
+  }  
 }
 
 
