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/18 08:06:10 UTC

cvs commit: jakarta-avalon-excalibur/containerkit/src/java/org/apache/excalibur/containerkit/kernel ComponentEntry.java

donaldp     2002/08/17 23:06:10

  Modified:    containerkit/src/java/org/apache/excalibur/containerkit/kernel
                        ComponentEntry.java
  Log:
  Remove FQN from {@link }
  
  Revision  Changes    Path
  1.14      +2 -2      jakarta-avalon-excalibur/containerkit/src/java/org/apache/excalibur/containerkit/kernel/ComponentEntry.java
  
  Index: ComponentEntry.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/containerkit/src/java/org/apache/excalibur/containerkit/kernel/ComponentEntry.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- ComponentEntry.java	18 Aug 2002 03:46:08 -0000	1.13
  +++ ComponentEntry.java	18 Aug 2002 06:06:09 -0000	1.14
  @@ -20,7 +20,7 @@
   public class ComponentEntry
   {
       /**
  -     * The {@link org.apache.avalon.framework.info.ComponentInfo} that describes
  +     * The {@link ComponentInfo} that describes
        * the type of this component.
        */
       private final ComponentInfo m_info;
  
  
  

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