donaldp     2002/08/03 20:17:32

  Modified:    containerkit/src/java/org/apache/excalibur/containerkit/factory
                        ComponentFactory.java
  Log:
  dont use FQN if not necessary
  
  Revision  Changes    Path
  1.3       +3 -3      
jakarta-avalon-excalibur/containerkit/src/java/org/apache/excalibur/containerkit/factory/ComponentFactory.java
  
  Index: ComponentFactory.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/containerkit/src/java/org/apache/excalibur/containerkit/factory/ComponentFactory.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ComponentFactory.java     4 Aug 2002 03:15:44 -0000       1.2
  +++ ComponentFactory.java     4 Aug 2002 03:17:32 -0000       1.3
  @@ -37,7 +37,7 @@
        *
        * @param implementationKey the key indicating type of component (usually 
classname)
        * @return the ComponentInfo for component
  -     * @throws java.lang.Exception if unable to create Info object
  +     * @throws Exception if unable to create Info object
        */
       ComponentInfo createInfo( String implementationKey )
           throws Exception;
  @@ -48,7 +48,7 @@
        *
        * @param implementationKey the key indicating type of component (usually 
classname)
        * @return an instance of component
  -     * @throws java.lang.Exception if unable to create component
  +     * @throws Exception if unable to create component
        */
       Object createComponent( String implementationKey )
           throws Exception;
  
  
  

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

Reply via email to