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

cvs commit: jakarta-avalon-excalibur/info/src/java/org/apache/avalon/framework/info FeatureDescriptor.java

donaldp     2002/08/31 06:54:55

  Modified:    info/src/java/org/apache/avalon/framework/info
                        FeatureDescriptor.java
  Log:
  Add some more blurb and fix up gramatical anomalies.
  
  Revision  Changes    Path
  1.2       +7 -2      jakarta-avalon-excalibur/info/src/java/org/apache/avalon/framework/info/FeatureDescriptor.java
  
  Index: FeatureDescriptor.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/info/src/java/org/apache/avalon/framework/info/FeatureDescriptor.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- FeatureDescriptor.java	31 Aug 2002 08:17:00 -0000	1.1
  +++ FeatureDescriptor.java	31 Aug 2002 13:54:55 -0000	1.2
  @@ -11,7 +11,12 @@
   import java.io.Serializable;
   
   /**
  - * This is the Abstract class for all feature feature descriptors.
  + * This is the Abstract class for all feature descriptors.
  + * Every descriptor has the capability of adding attributes
  + * of some kind. These attributes can then be interpreted by
  + * the container. The interpretation of specific attributes
  + * on specific features will be further defined by further
  + * attribute specification documents.
    *
    * @author <a href="mailto:peter at apache.org">Peter Donald</a>
    * @version $Revision$ $Date$
  
  
  

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