donaldp     2002/08/19 06:32:44

  Modified:    containerkit/src/java/org/apache/excalibur/containerkit/processor
                        DependencyMap.java
  Log:
  Remove FQN from javadocs
  
  Revision  Changes    Path
  1.2       +5 -5      
jakarta-avalon-excalibur/containerkit/src/java/org/apache/excalibur/containerkit/processor/DependencyMap.java
  
  Index: DependencyMap.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/containerkit/src/java/org/apache/excalibur/containerkit/processor/DependencyMap.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DependencyMap.java        19 Aug 2002 13:22:15 -0000      1.1
  +++ DependencyMap.java        19 Aug 2002 13:32:44 -0000      1.2
  @@ -27,7 +27,7 @@
   public class DependencyMap
   {
       /**
  -     * Get the serilized graph of {@link 
org.apache.excalibur.containerkit.kernel.ComponentEntry} objects
  +     * Get the serilized graph of {@link ComponentEntry} objects
        * required when starting up all the components. This makes sure
        * that all providers occur before their coresponding
        * consumers in graph.
  @@ -40,7 +40,7 @@
       }
   
       /**
  -     * Get the serilized graph of {@link 
org.apache.excalibur.containerkit.kernel.ComponentEntry} objects
  +     * Get the serilized graph of {@link ComponentEntry} objects
        * required when shutting down all the components. This makes
        * sure that all consumers occur before their coresponding
        * providers in graph.
  @@ -53,7 +53,7 @@
       }
   
       /**
  -     * Get the serilized graph of {@link 
org.apache.excalibur.containerkit.kernel.ComponentEntry} objects
  +     * Get the serilized graph of {@link ComponentEntry} objects
        * that use services of specified component.
        *
        * @param component the component
  @@ -66,7 +66,7 @@
       }
   
       /**
  -     * Get the serilized graph of {@link 
org.apache.excalibur.containerkit.kernel.ComponentEntry} objects
  +     * Get the serilized graph of {@link ComponentEntry} objects
        * that provide specified component with services.
        *
        * @param component the component
  
  
  

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

Reply via email to