From 806643b7dfa95667640576d4b046df2cf62052d2 Mon Sep 17 00:00:00 2001 From: mkoch Date: Tue, 20 Apr 2004 10:37:07 +0000 Subject: 2004-04-20 Michael Koch * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@80890 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/java/awt/ComponentOrientation.java | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'libjava/java/awt/ComponentOrientation.java') diff --git a/libjava/java/awt/ComponentOrientation.java b/libjava/java/awt/ComponentOrientation.java index 8d3a40c8599..02cf5967ff2 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:
    + * Gets an orientation from a resource bundle. This tries the following: + * + *
      *
    • Use the key "Orientation" to find an instance of ComponentOrientation * in the bundle.
    • *
    • Get the locale of the resource bundle, and get the orientation of * that locale.
    • - *
    • Give up and get the orientation of the default locale.
    • - *
        + *
      1. Give up and get the orientation of the default locale.
      2. + *
    * * @param bdl the bundle to use * @return the orientation -- cgit v1.2.1