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
This commit is contained in:
Michael Koch 2004-04-20 10:37:07 +00:00 committed by Michael Koch
parent 7f6f517f8a
commit 7431acbe5a
12 changed files with 59 additions and 42 deletions

View file

@ -60,19 +60,20 @@ import java.awt.Font;
* already registered; if it is, that property editor is
* used. Next it takes the type's classname and appends
* "Editor" to it, and searches first in the class's
* package and then in the property editor search path.<P>
* package and then in the property editor search path.
*
* Default property editors are provided for:<P>
* <OL>
* <LI>boolean, byte, short, int, long, float, and double</LI>
* <LI>java.lang.String</LI>
* <LI>java.awt.Color</LI>
* <LI>java.awt.Font</LI>
* <OL>
* <p>Default property editors are provided for:</p>
*
* <ol>
* <li>boolean, byte, short, int, long, float, and double</li>
* <li>java.lang.String</li>
* <li>java.awt.Color</li>
* <li>java.awt.Font</li>
* </ol>
*
* <STRONG>Spec Suggestion:</STRONG> Perhaps an editor for
* <p><strong>Spec Suggestion:</strong> Perhaps an editor for
* Filename or something like it should be provided. As well
* as char.
* as char.</p>
*
* @author John Keiser
* @since 1.1