diff options
Diffstat (limited to 'libjava/java/awt/LayoutManager2.java')
-rw-r--r-- | libjava/java/awt/LayoutManager2.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libjava/java/awt/LayoutManager2.java b/libjava/java/awt/LayoutManager2.java index 418e4d8..802e25e 100644 --- a/libjava/java/awt/LayoutManager2.java +++ b/libjava/java/awt/LayoutManager2.java @@ -52,12 +52,12 @@ public interface LayoutManager2 extends LayoutManager { /** * Adds the specified component to the layout, with the specified - * constraint object. + * constraints object. * * @param component the component to add - * @param constraint the constraint to satisfy + * @param constraints the constraints to satisfy */ - void addLayoutComponent(Component component, Object contraint); + void addLayoutComponent(Component component, Object contraints); /** * Determines the maximum size of the specified target container. |