diff options
Diffstat (limited to 'libjava/java/awt/LayoutManager2.java')
-rw-r--r-- | libjava/java/awt/LayoutManager2.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/java/awt/LayoutManager2.java b/libjava/java/awt/LayoutManager2.java index 802e25e..4caa7f2 100644 --- a/libjava/java/awt/LayoutManager2.java +++ b/libjava/java/awt/LayoutManager2.java @@ -42,7 +42,7 @@ package java.awt; * Layout manager for laying out containers based on contraints. The * constraints control how the layout will proceed. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @see LayoutManager * @see Container * @since 1.0 @@ -57,7 +57,7 @@ public interface LayoutManager2 extends LayoutManager * @param component the component to add * @param constraints the constraints to satisfy */ - void addLayoutComponent(Component component, Object contraints); + void addLayoutComponent(Component component, Object constraints); /** * Determines the maximum size of the specified target container. |