diff options
Diffstat (limited to 'libjava/javax/swing/JList.java')
| -rw-r--r-- | libjava/javax/swing/JList.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/javax/swing/JList.java b/libjava/javax/swing/JList.java index f26fa8a0b2c..adb72892450 100644 --- a/libjava/javax/swing/JList.java +++ b/libjava/javax/swing/JList.java @@ -1297,7 +1297,7 @@ public class JList extends JComponent implements Accessible, Scrollable * Returns the layout orientation. * * @return the orientation, one of <code>JList.VERTICAL</code>, - * </code>JList.VERTICAL_WRAP</code> and <code>JList.HORIZONTAL_WRAP</code> + * <code>JList.VERTICAL_WRAP</code> and <code>JList.HORIZONTAL_WRAP</code> * * @since 1.4 */ @@ -1310,7 +1310,7 @@ public class JList extends JComponent implements Accessible, Scrollable * Sets the layout orientation. * * @param orientation the orientation to set, one of <code>JList.VERTICAL</code>, - * </code>JList.VERTICAL_WRAP</code> and <code>JList.HORIZONTAL_WRAP</code> + * <code>JList.VERTICAL_WRAP</code> and <code>JList.HORIZONTAL_WRAP</code> * * @since 1.4 */ |

