colus       2002/07/29 02:47:40

  Modified:    src/java/org/apache/avalon/framework/component
                        ComponentManager.java ComponentSelector.java
               src/java/org/apache/avalon/framework/service
                        ServiceManager.java
               src/proposal/avalon5/org/apache/framework/component
                        ComponentLocator.java
  Log:
  adaptor -> adapter.
  
  Revision  Changes    Path
  1.12      +1 -1      
jakarta-avalon/src/java/org/apache/avalon/framework/component/ComponentManager.java
  
  Index: ComponentManager.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon/src/java/org/apache/avalon/framework/component/ComponentManager.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- ComponentManager.java     22 Jul 2002 09:02:30 -0000      1.11
  +++ ComponentManager.java     29 Jul 2002 09:47:40 -0000      1.12
  @@ -23,7 +23,7 @@
    * Below is a list of things that might be considered the different roles:
    *
    * <ul>
  - *   <li> InputAdaptor and OutputAdaptor</li>
  + *   <li> InputAdapter and OutputAdapter</li>
    *   <li> Store and Spool</li>
    * </ul>
    *
  
  
  
  1.12      +1 -1      
jakarta-avalon/src/java/org/apache/avalon/framework/component/ComponentSelector.java
  
  Index: ComponentSelector.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon/src/java/org/apache/avalon/framework/component/ComponentSelector.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- ComponentSelector.java    22 Jul 2002 09:02:30 -0000      1.11
  +++ ComponentSelector.java    29 Jul 2002 09:47:40 -0000      1.12
  @@ -20,7 +20,7 @@
    * Below is a list of things that might be considered the same role:
    *
    * <ul>
  - *   <li> XMLInputAdaptor and PropertyInputAdaptor</li>
  + *   <li> XMLInputAdapter and PropertyInputAdapter</li>
    *   <li> FileGenerator   and SQLGenerator</li>
    * </ul>
    *
  
  
  
  1.8       +1 -1      
jakarta-avalon/src/java/org/apache/avalon/framework/service/ServiceManager.java
  
  Index: ServiceManager.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon/src/java/org/apache/avalon/framework/service/ServiceManager.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- ServiceManager.java       26 Jun 2002 09:22:19 -0000      1.7
  +++ ServiceManager.java       29 Jul 2002 09:47:40 -0000      1.8
  @@ -23,7 +23,7 @@
    * Below is a list of things that might be considered the different roles:
    *
    * <ul>
  - *   <li> InputAdaptor and OutputAdaptor</li>
  + *   <li> InputAdapter and OutputAdapter</li>
    *   <li> Store and Spool</li>
    * </ul>
    *
  
  
  
  1.3       +1 -1      
jakarta-avalon/src/proposal/avalon5/org/apache/framework/component/ComponentLocator.java
  
  Index: ComponentLocator.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon/src/proposal/avalon5/org/apache/framework/component/ComponentLocator.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ComponentLocator.java     25 Jun 2002 13:30:34 -0000      1.2
  +++ ComponentLocator.java     29 Jul 2002 09:47:40 -0000      1.3
  @@ -66,7 +66,7 @@
    * Below is a list of things that might be considered the different roles:
    *
    * <ul>
  - *   <li> InputAdaptor and OutputAdaptor</li>
  + *   <li> InputAdapter and OutputAdapter</li>
    *   <li> Store and Spool</li>
    * </ul>
    *
  
  
  

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

Reply via email to