You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by cm...@apache.org on 2003/05/07 18:04:10 UTC

cvs commit: jakarta-cactus/integration/ant/src/java/org/apache/cactus/integration/ant/container ContainerFactory.java

cmlenz      2003/05/07 09:04:09

  Modified:    integration/ant/src/java/org/apache/cactus/integration/ant/container
                        Tag: CACTUS_14_ANT_BRANCH ContainerFactory.java
  Log:
  Fix Javadocs
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +9 -4      jakarta-cactus/integration/ant/src/java/org/apache/cactus/integration/ant/container/Attic/ContainerFactory.java
  
  Index: ContainerFactory.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/integration/ant/src/java/org/apache/cactus/integration/ant/container/Attic/ContainerFactory.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- ContainerFactory.java	7 May 2003 11:00:46 -0000	1.1.2.1
  +++ ContainerFactory.java	7 May 2003 16:04:09 -0000	1.1.2.2
  @@ -91,7 +91,7 @@
       // Constructors ------------------------------------------------------------
   
       /**
  -     * 
  +     * Constructor.
        */
       public ContainerFactory()
       {
  @@ -102,9 +102,14 @@
       // Public Methods ----------------------------------------------------------
   
       /**
  -     * @see org.apache.tools.ant.DynamicConfigurator#createDynamicElement
  +     * Creates and returns the implementation of the <code>Container</code> 
  +     * interface which is mapped to the specified name.
  +     * 
  +     * @param theName The name of the container
  +     * @return The instantiated container
  +     * @throws BuildException If there was a problem creating the container
        */
  -    public Container createContainer(String theName)
  +    public Container createContainer(String theName) throws BuildException
       {
           Container container = null;
           try
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org