donaldp     2002/06/24 21:49:18

  Modified:    
containerkit/src/java/org/apache/excalibur/containerkit/lifecycle/impl
                        AbstractResourceProvider.java
  Log:
  Remove FQN from javadocs
  
  Revision  Changes    Path
  1.4       +7 -7      
jakarta-avalon-excalibur/containerkit/src/java/org/apache/excalibur/containerkit/lifecycle/impl/AbstractResourceProvider.java
  
  Index: AbstractResourceProvider.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/containerkit/src/java/org/apache/excalibur/containerkit/lifecycle/impl/AbstractResourceProvider.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- AbstractResourceProvider.java     25 Jun 2002 04:32:29 -0000      1.3
  +++ AbstractResourceProvider.java     25 Jun 2002 04:49:18 -0000      1.4
  @@ -121,7 +121,7 @@
       }
   
       /**
  -     * Create a [EMAIL PROTECTED] 
org.apache.avalon.framework.context.Context} object that contains values 
specified in map.
  +     * Create a [EMAIL PROTECTED] Context} object that contains values 
specified in map.
        * The default implementation creates a basic Context object but 
different
        * containers may choose to overide this to provide their own subclass 
of context.
        *
  @@ -136,7 +136,7 @@
       }
   
       /**
  -     * Return the [EMAIL PROTECTED] 
org.apache.excalibur.containerkit.metadata.ComponentMetaData} for specified 
component entry.
  +     * Return the [EMAIL PROTECTED] ComponentMetaData} for specified 
component entry.
        * This implementation assumes that entry is instance of [EMAIL 
PROTECTED] org.apache.excalibur.containerkit.metadata.ComponentMetaData}
        * but subclasses should overide this method if this assumption does not 
hold true.
        *
  @@ -153,7 +153,7 @@
        *
        * @param componentEntry the entry representing component
        * @return the created Context
  -     * @throws java.lang.Exception if unable to create context or entrys in 
context
  +     * @throws Exception if unable to create context or entrys in context
        */
       public final Context createContext( final Object componentEntry )
           throws Exception
  @@ -240,7 +240,7 @@
        *
        * @param entry the entry
        * @return a new ComponentManager for component
  -     * @throws java.lang.Exception if unable to create resource
  +     * @throws Exception if unable to create resource
        */
       public final ComponentManager createComponentManager( final Object entry 
)
           throws Exception
  @@ -274,7 +274,7 @@
        *
        * @param entry the entry
        * @return a new ServiceManager for component
  -     * @throws java.lang.Exception if unable to create resource
  +     * @throws Exception if unable to create resource
        */
       public final ServiceManager createServiceManager( final Object entry )
           throws Exception
  @@ -301,7 +301,7 @@
        *
        * @param componentEntry the component entry creating map for
        * @return the map
  -     * @throws java.lang.Exception if error aquiring a service to place in 
map
  +     * @throws Exception if error aquiring a service to place in map
        */
       private Map createServiceMap( final Object componentEntry )
           throws Exception
  
  
  

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

Reply via email to