I fixed a couple of API doc warnings for this class:
2006-03-03 David Gilbert <[EMAIL PROTECTED]>
* javax/swing/SpringLayout.java: Fixed API doc warnings.
Regards,
Dave
Index: javax/swing/SpringLayout.java
===================================================================
RCS file: /sources/classpath/classpath/javax/swing/SpringLayout.java,v
retrieving revision 1.6
diff -u -r1.6 SpringLayout.java
--- javax/swing/SpringLayout.java 7 Sep 2005 20:33:27 -0000 1.6
+++ javax/swing/SpringLayout.java 3 Mar 2006 17:11:23 -0000
@@ -1,5 +1,5 @@
/* SpringLayout.java --
- Copyright (C) 2004 Free Software Foundation, Inc.
+ Copyright (C) 2004, 2006, Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -343,8 +343,8 @@
/**
* Adds a layout component and a constraint object to this layout.
- * This method is usually only called by a [EMAIL PROTECTED] add
- * Method.
+ * This method is usually only called by a [EMAIL PROTECTED]
java.awt.Container}s add
+ * method.
*
* @param component the component to be added.
* @param constraint the constraint to be set.
@@ -357,8 +357,8 @@
/**
* Adds a layout component and a constraint object to this layout.
- * This method is usually only called by a [EMAIL PROTECTED] add
- * Method. This method does nothing, since SpringLayout does not manage
+ * This method is usually only called by a [EMAIL PROTECTED]
java.awt.Container}s add
+ * method. This method does nothing, since SpringLayout does not manage
* String-indexed components.
*
* @param name the name.