summaryrefslogtreecommitdiff
path: root/javax
diff options
context:
space:
mode:
authorSascha Brawer <brawer@dandelis.ch>2003-07-01 06:55:26 +0000
committerSascha Brawer <brawer@dandelis.ch>2003-07-01 06:55:26 +0000
commit1ac8f251a710bc410053ff19f347e1226c9633a1 (patch)
treecf7a788c729bbd54a5608ec3eb3414f63a8cbd07 /javax
parent46171bbbcc0a53286234dccbf528ce52587a1282 (diff)
downloadclasspath-1ac8f251a710bc410053ff19f347e1226c9633a1.tar.gz
SplitPaneBorder: For a bug report filed with Sun, replace the review ID by its bug ID.
Diffstat (limited to 'javax')
-rw-r--r--javax/swing/plaf/basic/BasicBorders.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/javax/swing/plaf/basic/BasicBorders.java b/javax/swing/plaf/basic/BasicBorders.java
index 8b8a8513f..d59ab2533 100644
--- a/javax/swing/plaf/basic/BasicBorders.java
+++ b/javax/swing/plaf/basic/BasicBorders.java
@@ -1300,7 +1300,7 @@ public class BasicBorders
* painted if the orientation of the enclosed JSplitPane is
* <code>JSplitPane.VERTICAL_SPLIT</code> (at least in versions
* 1.3.1 and 1.4.1). GNU Classpath does not replicate this bug. A
- * report has been filed with Sun (review ID 188773).
+ * report has been filed with Sun (bug ID 4885629).
*
* <p>Note that the bottom left pixel of the border has a different
* color depending on the orientation of the enclosed JSplitPane.