oalexeev    01/07/23 05:51:06

  Modified:    contrib/service-manager/src/org/apache/struts/service
                        ServiceManager.java Service.java
  Log:
  Refactor ServiceManager init process.
  
  Revision  Changes    Path
  1.4       +5 -5      
jakarta-struts/contrib/service-manager/src/org/apache/struts/service/ServiceManager.java
  
  Index: ServiceManager.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/contrib/service-manager/src/org/apache/struts/service/ServiceManager.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ServiceManager.java       2001/07/23 12:35:07     1.3
  +++ ServiceManager.java       2001/07/23 12:51:06     1.4
  @@ -1,7 +1,7 @@
   /*
  - * $Header: 
/home/cvs/jakarta-struts/contrib/service-manager/src/org/apache/struts/service/ServiceManager.java,v
 1.3 2001/07/23 12:35:07 oalexeev Exp $
  - * $Revision: 1.3 $
  - * $Date: 2001/07/23 12:35:07 $
  + * $Header: 
/home/cvs/jakarta-struts/contrib/service-manager/src/org/apache/struts/service/ServiceManager.java,v
 1.4 2001/07/23 12:51:06 oalexeev Exp $
  + * $Revision: 1.4 $
  + * $Date: 2001/07/23 12:51:06 $
    *
    * ====================================================================
    *
  @@ -79,13 +79,13 @@
   
   /** 
    * @author Oleg V Alexeev
  - * @version $Revision: 1.3 $ $Date: 2001/07/23 12:35:07 $
  + * @version $Revision: 1.4 $ $Date: 2001/07/23 12:51:06 $
    */
   public class ServiceManager implements Serializable {
   
           protected static final String serviceRegistrationClass = 
"org.apache.struts.service.ServiceRegistration";
   
  -        protected static final String processRegistrationClass = 
"org.apache.struts.service.ProcessRegistration";
  +        protected static final String processRegistrationClass = 
"org.apache.struts.service.ProcessRegistration";  
   
           protected static final String processSubscriptionClass = 
"org.apache.struts.service.ProcessSubscription";
   
  
  
  
  1.4       +5 -5      
jakarta-struts/contrib/service-manager/src/org/apache/struts/service/Service.java
  
  Index: Service.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/contrib/service-manager/src/org/apache/struts/service/Service.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Service.java      2001/07/23 12:35:07     1.3
  +++ Service.java      2001/07/23 12:51:06     1.4
  @@ -1,7 +1,7 @@
   /*
  - * $Header: 
/home/cvs/jakarta-struts/contrib/service-manager/src/org/apache/struts/service/Service.java,v
 1.3 2001/07/23 12:35:07 oalexeev Exp $
  - * $Revision: 1.3 $
  - * $Date: 2001/07/23 12:35:07 $
  + * $Header: 
/home/cvs/jakarta-struts/contrib/service-manager/src/org/apache/struts/service/Service.java,v
 1.4 2001/07/23 12:51:06 oalexeev Exp $
  + * $Revision: 1.4 $
  + * $Date: 2001/07/23 12:51:06 $
    *
    * ====================================================================
    *
  @@ -66,7 +66,7 @@
   
   /** 
    * @author Oleg V Alexeev
  - * @version $Revision: 1.3 $ $Date: 2001/07/23 12:35:07 $
  + * @version $Revision: 1.4 $ $Date: 2001/07/23 12:51:06 $
    */
   public class Service implements Serializable {
   
  @@ -112,7 +112,7 @@
                   ;
           }
   
  -        public void initDigester( Digester digester, String path ) {
  +        public void initDigester( Digester digester, String path ) {   
                   ;
           }
   
  
  
  

Reply via email to