aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/awt/Graphics.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/java/awt/Graphics.java')
-rw-r--r--libjava/java/awt/Graphics.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/java/awt/Graphics.java b/libjava/java/awt/Graphics.java
index c225b52..0d551b2 100644
--- a/libjava/java/awt/Graphics.java
+++ b/libjava/java/awt/Graphics.java
@@ -417,7 +417,7 @@ draw3DRect(int x, int y, int width, int height, boolean raised)
drawLine(x1, y2, x1, y1);
setColor(br);
drawLine(x2, y1, x2, y2);
- drawLine(x2, y1, x1, y2);
+ drawLine(x2, y2, x1, y2);
setColor(color);
}