donaldp     2002/08/31 04:05:31

  Modified:    containerkit/src/java/org/apache/excalibur/containerkit/factory
                        ComponentBundle.java
  Log:
  Remove FQN from links
  
  Revision  Changes    Path
  1.2       +5 -5      
jakarta-avalon-excalibur/containerkit/src/java/org/apache/excalibur/containerkit/factory/ComponentBundle.java
  
  Index: ComponentBundle.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/containerkit/src/java/org/apache/excalibur/containerkit/factory/ComponentBundle.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ComponentBundle.java      31 Aug 2002 10:57:50 -0000      1.1
  +++ ComponentBundle.java      31 Aug 2002 11:05:31 -0000      1.2
  @@ -14,13 +14,13 @@
    * The ComponentBundle gives access to the sum total of all the
    * metadata and resources about a component. This includes all
    * the resources associated with a particular component and the
  - * associated {@link org.apache.avalon.framework.info.ComponentInfo}.
  + * associated {@link ComponentInfo}.
    *
    * <p>Additional resources that may be associated with a component
    * include but are not limited to;</p>
    *
    * <ul>
  - *   <li>Resource property files for i18n of {@link 
org.apache.avalon.framework.info.ComponentInfo}</li>
  + *   <li>Resource property files for i18n of {@link ComponentInfo}</li>
    *   <li>XML schema or DTD that is used when validating a components
    *       configuration, such as in Phoenix.</li>
    *   <li>Descriptor used to define management interface of
  @@ -34,10 +34,10 @@
   public interface ComponentBundle
   {
       /**
  -     * Return the {@link org.apache.avalon.framework.info.ComponentInfo} that 
describes the
  +     * Return the {@link ComponentInfo} that describes the
        * component.
        *
  -     * @return the {@link org.apache.avalon.framework.info.ComponentInfo} that 
describes the component.
  +     * @return the {@link ComponentInfo} that describes the component.
        */
       ComponentInfo getComponentInfo();
   
  
  
  

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

Reply via email to