< prev index next >

modules/javafx.controls/src/main/java/javafx/scene/control/SingleSelectionModel.java

Print this page

        

@@ -82,11 +82,11 @@
         return getItemCount() == 0 || getSelectedIndex() == -1;
     }
 
     /**
      * <p>This method will return true if the given index is the currently
-     * selected index in this SingleSelectionModel.</code>.
+     * selected index in this SingleSelectionModel.
      *
      * @param index The index to check as to whether it is currently selected
      *      or not.
      * @return True if the given index is selected, false otherwise.
      */
< prev index next >