summaryrefslogtreecommitdiff
path: root/java/beans/beancontext
diff options
context:
space:
mode:
authorMichael Koch <konqueror@gmx.de>2004-04-17 15:48:57 +0000
committerMichael Koch <konqueror@gmx.de>2004-04-17 15:48:57 +0000
commitdeb74aa4777d3e58a9a7c8a3ac42ff67d3084dc7 (patch)
treef3201ad214fb0781830620565f05d2ae168ba30f /java/beans/beancontext
parent291b3270ca3ae32d576fad3c35d3a0b24fe18bef (diff)
downloadclasspath-deb74aa4777d3e58a9a7c8a3ac42ff67d3084dc7.tar.gz
2004-04-17 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/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.
Diffstat (limited to 'java/beans/beancontext')
-rw-r--r--java/beans/beancontext/BeanContextServiceProvider.java8
1 files changed, 3 insertions, 5 deletions
diff --git a/java/beans/beancontext/BeanContextServiceProvider.java b/java/beans/beancontext/BeanContextServiceProvider.java
index de9c7de8f..cc2c935b3 100644
--- a/java/beans/beancontext/BeanContextServiceProvider.java
+++ b/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.
*