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

@ -62,14 +62,12 @@ import java.util.Iterator;
public interface BeanContextServiceProvider {
/**
* Get a service.
* Called from <code>BeanContextServices.getService().
* <P>
* Called from <code>BeanContextServices.getService()</code>.
*
* If the requested service class is not available, or if this
* <p>If the requested service class is not available, or if this
* <code>BeanContextServiceProvider</code> chooses not honor the
* request for some reason, then this method will return
* <code>null</code>.
* <P>
* <code>null</code>.</p>
*
* This method may throw unchecked exceptions, so watch out.
*