--- /home/cpdev/src/classpath/javax/swing/JCheckBoxMenuItem.java	2005-07-02 21:04:00.000000000 +0000
+++ javax/swing/JCheckBoxMenuItem.java	2005-06-30 05:35:09.000000000 +0000
@@ -121,11 +121,10 @@
 
   /**
    * Creates a new JCheckBoxMenuItem object using specified label and
-   * marked as checked if given 'state' is true.
+   * marked as checked if given 'state' is true
    *
    * @param text Label for this menu item
-   * @param state <code>true</code> if this item should be in checked state and
-   *     <code>false</code> otherwise
+   * @param state True if this item should be in checked state and false otherwise
    */
   public JCheckBoxMenuItem(String text, boolean state)
   {
@@ -134,12 +133,11 @@
 
   /**
    * Creates a new JCheckBoxMenuItem object with given label, icon,
-   * and marked as checked if given 'state' is true.
+   * and marked as checked if given 'state' is true
    *
    * @param text Label for this menu item
    * @param icon icon for this menu item
-   * @param state <code>true</code> if this item should be in checked state and
-   *     false otherwise
+   * @param state  True if this item should be in checked state and false otherwise
    */
   public JCheckBoxMenuItem(String text, Icon icon, boolean state)
   {
@@ -180,6 +178,7 @@
    * and uncheck this menu item otherwise.
    *
    * @param state new state for this menu item
+   *
    */
   public synchronized void setState(boolean state)
   {
@@ -191,7 +190,7 @@
    * menu item if it is selected and null otherwise.
    *
    * @return Array containing label of this
-   *     menu item if this menu item is selected or null otherwise.
+   * menu item if this menu item is selected or null otherwise.
    */
   public Object[] getSelectedObjects()
   {
