You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by jo...@apache.org on 2003/11/15 14:34:43 UTC

cvs commit: cocoon-2.1/src/blocks/slide/java/org/apache/cocoon/components/repository/impl SlidePrincipalProvider.java SlideRepository.java

joerg       2003/11/15 05:34:43

  Modified:    src/blocks/slide/java/org/apache/cocoon/components/repository/impl
                        SlidePrincipalProvider.java SlideRepository.java
  Log:
  - removed text references to "component"
  - typo fixed
  
  Revision  Changes    Path
  1.7       +2 -2      cocoon-2.1/src/blocks/slide/java/org/apache/cocoon/components/repository/impl/SlidePrincipalProvider.java
  
  Index: SlidePrincipalProvider.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/slide/java/org/apache/cocoon/components/repository/impl/SlidePrincipalProvider.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- SlidePrincipalProvider.java	15 Nov 2003 13:31:18 -0000	1.6
  +++ SlidePrincipalProvider.java	15 Nov 2003 13:34:43 -0000	1.7
  @@ -155,7 +155,7 @@
       }
   
       /**
  -     * Initialialize the service. Initialization includes
  +     * Initialize the service. Initialization includes
        * allocating any resources required throughout the
        * service's lifecycle.
        *
  
  
  
  1.4       +7 -7      cocoon-2.1/src/blocks/slide/java/org/apache/cocoon/components/repository/impl/SlideRepository.java
  
  Index: SlideRepository.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/slide/java/org/apache/cocoon/components/repository/impl/SlideRepository.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- SlideRepository.java	15 Nov 2003 13:26:00 -0000	1.3
  +++ SlideRepository.java	15 Nov 2003 13:34:43 -0000	1.4
  @@ -106,7 +106,7 @@
       private String contextpath = null;
   
       /**
  -     * Provide component with a logger.
  +     * Provide service with a logger.
        *
        * @param logger the logger
        */
  @@ -147,9 +147,9 @@
       }
   
       /**
  -     * Initialialize the component. Initialization includes
  +     * Initialize the service. Initialization includes
        * allocating any resources required throughout the
  -     * components lifecycle.
  +     * service's lifecycle.
        */
       public void initialize() throws Exception {
   
  @@ -256,10 +256,10 @@
       }
   
       /**
  -     * The dispose operation is called at the end of a components lifecycle.
  +     * The dispose operation is called at the end of a service's lifecycle.
        * This method will be called after Startable.stop() method (if implemented
  -     * by component). Components use this method to release and destroy any
  -     * resources that the Component owns.
  +     * by service). Services use this method to release and destroy any
  +     * resources that the service owns.
        */
       public void dispose() {
           if (initialized) {