diff options
author | Michael Koch <konqueror@gmx.de> | 2004-04-20 10:37:07 +0000 |
---|---|---|
committer | Michael Koch <mkoch@gcc.gnu.org> | 2004-04-20 10:37:07 +0000 |
commit | 7431acbe5a56fb7a34777b040845a23d8135bfb7 (patch) | |
tree | e3e770fb691156966870b35eb1ac0629a2dd3429 /libjava/java/awt/ComponentOrientation.java | |
parent | 7f6f517f8a06729652fa201e85dc90dae4740972 (diff) | |
download | gcc-7431acbe5a56fb7a34777b040845a23d8135bfb7.zip gcc-7431acbe5a56fb7a34777b040845a23d8135bfb7.tar.gz gcc-7431acbe5a56fb7a34777b040845a23d8135bfb7.tar.bz2 |
AWTPermission.java, [...]: Fixed HTML tags in javadocs all over.
2004-04-20 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/Graphics.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 all over.
From-SVN: r80890
Diffstat (limited to 'libjava/java/awt/ComponentOrientation.java')
-rw-r--r-- | libjava/java/awt/ComponentOrientation.java | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/libjava/java/awt/ComponentOrientation.java b/libjava/java/awt/ComponentOrientation.java index 8d3a40c..02cf596 100644 --- a/libjava/java/awt/ComponentOrientation.java +++ b/libjava/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 |