summaryrefslogtreecommitdiffstats
path: root/libjava/java/beans/beancontext/BeanContextServiceProvider.java
diff options
context:
space:
mode:
authormkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4>2004-04-20 10:37:07 +0000
committermkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4>2004-04-20 10:37:07 +0000
commit806643b7dfa95667640576d4b046df2cf62052d2 (patch)
treee3e770fb691156966870b35eb1ac0629a2dd3429 /libjava/java/beans/beancontext/BeanContextServiceProvider.java
parentdb9f865b604b3d8b11148dbe115e90b75343f08c (diff)
downloadppe42-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/beancontext/BeanContextServiceProvider.java')
-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 de9c7de8f6e..cc2c935b382 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.
*
OpenPOWER on IntegriCloud