This patch (committed) fixes a couple of API doc warnings in
javax.swing.plaf.metal.*:
2006-03-05 David Gilbert <[EMAIL PROTECTED]>
* javax/swing/plaf/metal/MetalComboBoxButton.java
(MetalComboBoxButton(JComboBox, Icon, boolean, CellRendererPane,
JList)): Fixed API doc tag,
* javax/swing/plaf/metal/MetalInternalFrameTitlePane
(createLayout): Fixed API doc warning.
Regards,
Dave
Index: javax/swing/plaf/metal/MetalComboBoxButton.java
===================================================================
RCS file:
/sources/classpath/classpath/javax/swing/plaf/metal/MetalComboBoxButton.java,v
retrieving revision 1.6
diff -u -r1.6 MetalComboBoxButton.java
--- javax/swing/plaf/metal/MetalComboBoxButton.java 19 Oct 2005 14:54:55
-0000 1.6
+++ javax/swing/plaf/metal/MetalComboBoxButton.java 5 Mar 2006 21:57:18
-0000
@@ -91,7 +91,7 @@
* @param cb the combo that the button is used for (<code>null</code> not
* permitted).
* @param i the icon displayed on the button.
- * @parma onlyIcon a flag that specifies whether the button displays only an
+ * @param onlyIcon a flag that specifies whether the button displays only an
* icon, or text as well.
* @param pane the rendering pane.
* @param list the list.
Index: javax/swing/plaf/metal/MetalInternalFrameTitlePane.java
===================================================================
RCS file:
/sources/classpath/classpath/javax/swing/plaf/metal/MetalInternalFrameTitlePane.java,v
retrieving revision 1.7
diff -u -r1.7 MetalInternalFrameTitlePane.java
--- javax/swing/plaf/metal/MetalInternalFrameTitlePane.java 16 Nov 2005
16:41:41 -0000 1.7
+++ javax/swing/plaf/metal/MetalInternalFrameTitlePane.java 5 Mar 2006
21:57:19 -0000
@@ -329,9 +329,10 @@
}
/**
- * Creates a new instance of [EMAIL PROTECTED] MetalTitlePaneLayout}.
+ * Creates a new instance of <code>MetalTitlePaneLayout</code> (not part of
+ * the public API).
*
- * @return A new instance of [EMAIL PROTECTED] MetalTitlePaneLayout}.
+ * @return A new instance of <code>MetalTitlePaneLayout</code>.
*/
protected LayoutManager createLayout()
{