--- old/src/java.desktop/share/classes/com/sun/java/swing/plaf/motif/MotifComboBoxUI.java 2015-06-03 15:08:22.003625628 +0400 +++ new/src/java.desktop/share/classes/com/sun/java/swing/plaf/motif/MotifComboBoxUI.java 2015-06-03 15:08:21.787625628 +0400 @@ -35,7 +35,8 @@ /** * ComboBox motif look and feel - *

* Warning: + *

+ * Warning: * Serialized objects of this class will not be compatible with * future Swing releases. The current serialization support is appropriate * for short term storage or RMI between applications running the same @@ -261,9 +262,9 @@ } /** - * This inner class is marked "public" due to a compiler bug. - * This class should be treated as a "protected" inner class. - * Instantiate it only within subclasses of . + * This inner class is marked "public" due to a compiler bug. + * This class should be treated as a "protected" inner class. + * Instantiate it only within subclasses of {@code }. */ public class ComboBoxLayoutManager extends BasicComboBoxUI.ComboBoxLayoutManager { public ComboBoxLayoutManager() { @@ -344,7 +345,7 @@ } /** - * This class should be made "protected" in future releases. + * This class should be made "protected" in future releases. */ private class MotifPropertyChangeListener extends BasicComboBoxUI.PropertyChangeHandler {