You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by cr...@apache.org on 2002/06/15 20:17:03 UTC

cvs commit: jakarta-commons/modeler/src/java/org/apache/commons/modeler BaseAttributeFilter.java BaseModelMBean.java BaseNotificationBroadcaster.java

craigmcc    2002/06/15 11:17:02

  Modified:    modeler/src/java/org/apache/commons/modeler
                        BaseAttributeFilter.java BaseModelMBean.java
                        BaseNotificationBroadcaster.java
  Log:
  Cosmetic tweaks for JDK 1.4 JavaDoc standard doclet.
  
  Revision  Changes    Path
  1.2       +6 -5      jakarta-commons/modeler/src/java/org/apache/commons/modeler/BaseAttributeFilter.java
  
  Index: BaseAttributeFilter.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/modeler/src/java/org/apache/commons/modeler/BaseAttributeFilter.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- BaseAttributeFilter.java	30 Apr 2002 20:58:51 -0000	1.1
  +++ BaseAttributeFilter.java	15 Jun 2002 18:17:02 -0000	1.2
  @@ -158,7 +158,8 @@
   
   
       /**
  -     * <p>Is notification enabled for this event?  Return true if:</p>
  +     * <p>Test whether notification enabled for this event.
  +     * Return true if:</p>
        * <ul>
        * <li>This is an attribute change notification</li>
        * <li>Either the set of accepted names is empty (implying that all
  
  
  
  1.2       +5 -5      jakarta-commons/modeler/src/java/org/apache/commons/modeler/BaseModelMBean.java
  
  Index: BaseModelMBean.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/modeler/src/java/org/apache/commons/modeler/BaseModelMBean.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- BaseModelMBean.java	30 Apr 2002 20:58:51 -0000	1.1
  +++ BaseModelMBean.java	15 Jun 2002 18:17:02 -0000	1.2
  @@ -102,7 +102,7 @@
   
   /**
    * <p>Basic implementation of the <code>ModelMBean</code> interface, which
  - * supports the minimal requirements of the interface contract as follows:</p>
  + * supports the minimal requirements of the interface contract as follows.</p>
    * <ul>
    * <li>Only managed resources of type <code>objectReference</code> are
    *     supportd.</li>
  
  
  
  1.2       +6 -6      jakarta-commons/modeler/src/java/org/apache/commons/modeler/BaseNotificationBroadcaster.java
  
  Index: BaseNotificationBroadcaster.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/modeler/src/java/org/apache/commons/modeler/BaseNotificationBroadcaster.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- BaseNotificationBroadcaster.java	30 Apr 2002 20:58:51 -0000	1.1
  +++ BaseNotificationBroadcaster.java	15 Jun 2002 18:17:02 -0000	1.2
  @@ -76,8 +76,8 @@
   
   
   /**
  - * <p>Implementation of <code>NotificationBroadcaster</p> for attribute change
  - * notifications.  This class is used by <code>BaseModelMBean</code> to
  + * <p>Implementation of <code>NotificationBroadcaster</code> for attribute
  + * change notifications.  This class is used by <code>BaseModelMBean</code> to
    * handle notifications of attribute change events to interested listeners.
    *</p>
    *
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>