--- /home/cpdev/src/classpath/javax/swing/plaf/basic/BasicButtonUI.java	2005-07-08 17:32:49.000000000 +0000
+++ javax/swing/plaf/basic/BasicButtonUI.java	2005-06-30 05:35:18.000000000 +0000
@@ -200,7 +200,7 @@
 
   /**
    * Calculate the preferred size of this component, by delegating to
-   * {@link BasicGraphicsUtils#getPreferredButtonSize}.
+   * {@link BasicGraphicsUtils.getPreferredButtonSize}.
    *
    * @param c The component to measure
    *
@@ -300,8 +300,8 @@
    * @param tr Text rectangle, contained in visible rectangle
    * @param ir Icon rectangle, contained in visible rectangle
    *
-   * @see AbstractButton#isFocusPainted()
-   * @see JComponent#hasFocus()
+   * @see AbstractButton.isFocusPainted()
+   * @see JComponent.hasFocus()
    */
   protected void paintFocus(Graphics g, AbstractButton b, Rectangle vr,
                             Rectangle tr, Rectangle ir)
