diff options
Diffstat (limited to 'javax')
-rw-r--r-- | javax/swing/plaf/basic/BasicBorders.java | 2 |
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. |