diff options
Diffstat (limited to 'libjava/java/beans/beancontext/BeanContextServiceProvider.java')
-rw-r--r-- | libjava/java/beans/beancontext/BeanContextServiceProvider.java | 8 |
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. * |