diff options
author | mkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-04-20 10:37:07 +0000 |
---|---|---|
committer | mkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-04-20 10:37:07 +0000 |
commit | 806643b7dfa95667640576d4b046df2cf62052d2 (patch) | |
tree | e3e770fb691156966870b35eb1ac0629a2dd3429 /libjava/java/beans/PropertyEditor.java | |
parent | db9f865b604b3d8b11148dbe115e90b75343f08c (diff) | |
download | ppe42-gcc-806643b7dfa95667640576d4b046df2cf62052d2.tar.gz ppe42-gcc-806643b7dfa95667640576d4b046df2cf62052d2.zip |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@80890 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/java/beans/PropertyEditor.java')
-rw-r--r-- | libjava/java/beans/PropertyEditor.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/java/beans/PropertyEditor.java b/libjava/java/beans/PropertyEditor.java index 18b1a890e24..5cc3f6ab05f 100644 --- a/libjava/java/beans/PropertyEditor.java +++ b/libjava/java/beans/PropertyEditor.java @@ -77,7 +77,7 @@ package java.beans; ** have isPaintable() return true and implement the paintValue() method. ** This method does not determine in any way how the value is edited; ** merely how it is displayed.</LI> - ** <LU>Let the caller of the PropertyEditor give the user a text input. Do + ** <LI>Let the caller of the PropertyEditor give the user a text input. Do ** this by returning a non-null String from getAsText(). If you support ** text input, you *must* support setAsText().</LI> ** <LI>Give the caller a set of possible values, such as "true"/"false", that |