You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2002/08/17 03:03:31 UTC

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

mcconnell    2002/08/16 18:03:31

  Modified:    src/java/org/apache/avalon/framework/service
                        Serviceable.java
  Log:
  Corrected javadoc.
  
  Revision  Changes    Path
  1.10      +1 -1      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.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- Serviceable.java	26 Jun 2002 09:22:20 -0000	1.9
  +++ Serviceable.java	17 Aug 2002 01:03:31 -0000	1.10
  @@ -8,7 +8,7 @@
   package org.apache.avalon.framework.service;
   
   /**
  - * A Composable 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 />
  
  
  

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