You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by je...@apache.org on 2002/02/28 04:54:59 UTC

cvs commit: jakarta-avalon/src/java/org/apache/avalon/framework/service Serviceable.java

jefft       02/02/27 19:54:59

  Modified:    src/java/org/apache/avalon/framework/service
                        Serviceable.java
  Log:
  Spelling of "serviceable".
  
  Revision  Changes    Path
  1.2       +4 -4      jakarta-avalon/src/java/org/apache/avalon/framework/service/Serviceable.java
  
  Index: Serviceable.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon/src/java/org/apache/avalon/framework/service/Serviceable.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Serviceable.java	21 Feb 2002 04:36:35 -0000	1.1
  +++ Serviceable.java	28 Feb 2002 03:54:59 -0000	1.2
  @@ -8,7 +8,7 @@
   package org.apache.avalon.framework.service;
   
   /**
  - * A servicable is a class that need to connect to software components using
  + * A Serviceable is a class that need to connect to software components using
    * a "role" abstraction, thus not depending on particular implementations
    * but on behavioral interfaces.
    * <br />
  @@ -32,13 +32,13 @@
   public interface Serviceable
   {
       /**
  -     * Pass the <code>ServiceManager</code> to the <code>servicable</code>.
  -     * The <code>Servicable</code> implementation should use the specified
  +     * Pass the <code>ServiceManager</code> to the <code>Serviceable</code>.
  +     * The <code>Serviceable</code> implementation should use the specified
        * <code>ServiceManager</code> to acquire the components it needs for
        * execution.
        *
        * @param manager The <code>ServiceManager</code> which this
  -     *                <code>Servicable</code> uses.
  +     *                <code>Serviceable</code> uses.
        */
       void service( ServiceManager manager )
           throws ServiceException;
  
  
  

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