aboutsummaryrefslogtreecommitdiff
path: root/libjava/classpath/javax/swing/border/Border.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/javax/swing/border/Border.java')
-rw-r--r--libjava/classpath/javax/swing/border/Border.java6
1 files changed, 2 insertions, 4 deletions
diff --git a/libjava/classpath/javax/swing/border/Border.java b/libjava/classpath/javax/swing/border/Border.java
index 11bddfe78b3..f4af3fb38bb 100644
--- a/libjava/classpath/javax/swing/border/Border.java
+++ b/libjava/classpath/javax/swing/border/Border.java
@@ -77,9 +77,8 @@ public interface Border
* @param width the width of the available area for painting the border.
* @param height the height of the available area for painting the border.
*/
- void paintBorder(Component c, Graphics g,
- int x, int y, int width, int height);
-
+ void paintBorder(Component c, Graphics g, int x, int y, int width,
+ int height);
/**
* Measures the width of this border.
@@ -92,7 +91,6 @@ public interface Border
*/
Insets getBorderInsets(Component c);
-
/**
* Determines whether this border fills every pixel in its area
* when painting.