craigmcc    2002/10/11 15:18:07

  Modified:    modeler/src/java/org/apache/commons/modeler Registry.java
  Log:
  Correct the name of the method addNotifType() in the setup of the Digester
  rules.
  
  Submitted by:  Mike Towry <mike.towry at eassist.com>
  
  Revision  Changes    Path
  1.4       +5 -5      
jakarta-commons/modeler/src/java/org/apache/commons/modeler/Registry.java
  
  Index: Registry.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/modeler/src/java/org/apache/commons/modeler/Registry.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Registry.java     8 Aug 2002 05:34:12 -0000       1.3
  +++ Registry.java     11 Oct 2002 22:18:07 -0000      1.4
  @@ -333,7 +333,7 @@
                "org.apache.commons.modeler.NotificationInfo");
           digester.addCallMethod
               ("mbeans-descriptors/mbean/notification/notification-type",
  -             "addNotificationType", 0);
  +             "addNotifType", 0);
   
           digester.addObjectCreate
               ("mbeans-descriptors/mbean/operation",
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to