aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/beans/beancontext
diff options
context:
space:
mode:
authorMichael Koch <konqueror@gmx.de>2004-04-20 10:37:07 +0000
committerMichael Koch <mkoch@gcc.gnu.org>2004-04-20 10:37:07 +0000
commit7431acbe5a56fb7a34777b040845a23d8135bfb7 (patch)
treee3e770fb691156966870b35eb1ac0629a2dd3429 /libjava/java/beans/beancontext
parent7f6f517f8a06729652fa201e85dc90dae4740972 (diff)
downloadgcc-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/beans/beancontext')
-rw-r--r--libjava/java/beans/beancontext/BeanContextServiceProvider.java8
1 files changed, 3 insertions, 5 deletions
diff --git a/libjava/java/beans/beancontext/BeanContextServiceProvider.java b/libjava/java/beans/beancontext/BeanContextServiceProvider.java
index de9c7de..cc2c935 100644
--- a/libjava/java/beans/beancontext/BeanContextServiceProvider.java
+++ b/libjava/java/beans/beancontext/BeanContextServiceProvider.java
@@ -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.
*