summaryrefslogtreecommitdiff
path: root/java/awt/ComponentOrientation.java
diff options
context:
space:
mode:
authorMichael Koch <konqueror@gmx.de>2004-04-17 15:48:57 +0000
committerMichael Koch <konqueror@gmx.de>2004-04-17 15:48:57 +0000
commitdeb74aa4777d3e58a9a7c8a3ac42ff67d3084dc7 (patch)
treef3201ad214fb0781830620565f05d2ae168ba30f /java/awt/ComponentOrientation.java
parent291b3270ca3ae32d576fad3c35d3a0b24fe18bef (diff)
downloadclasspath-deb74aa4777d3e58a9a7c8a3ac42ff67d3084dc7.tar.gz
2004-04-17 Michael Koch <konqueror@gmx.de>
* java/awt/AWTPermission.java, java/awt/Component.java, java/awt/ComponentOrientation.java, java/awt/Dialog.java, java/awt/FontMetrics.java, java/awt/datatransfer/DataFlavor.java, java/beans/Introspector.java, java/beans/PropertyEditor.java, java/beans/PropertyEditorManager.java, java/beans/beancontext/BeanContextServiceProvider.java: Fixed HTML tags in javadocs.
Diffstat (limited to 'java/awt/ComponentOrientation.java')
-rw-r--r--java/awt/ComponentOrientation.java8
1 files changed, 5 insertions, 3 deletions
diff --git a/java/awt/ComponentOrientation.java b/java/awt/ComponentOrientation.java
index 8d3a40c85..02cf5967f 100644
--- a/java/awt/ComponentOrientation.java
+++ b/java/awt/ComponentOrientation.java
@@ -171,13 +171,15 @@ public final class ComponentOrientation implements Serializable
}
/**
- * Gets an orientation from a resource bundle. This tries the following:<ol>
+ * Gets an orientation from a resource bundle. This tries the following:
+ *
+ * <ul>
* <li>Use the key "Orientation" to find an instance of ComponentOrientation
* in the bundle.</li>
* <li>Get the locale of the resource bundle, and get the orientation of
* that locale.</li>
- * <li>Give up and get the orientation of the default locale.<li>
- * <ol>
+ * <li>Give up and get the orientation of the default locale.</li>
+ * </ul>
*
* @param bdl the bundle to use
* @return the orientation