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 vm...@apache.org on 2004/01/15 20:49:52 UTC

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

vmassol     2004/01/15 11:49:52

  Modified:    integration/ant/src/java/org/apache/cactus/integration/ant/container
                        ContainerWrapper.java
  Log:
  Fixed javadoc warnings. Dunno why but the following did not work:
  
       * @see Container#setSystemProperties(Variable[])
  
  Revision  Changes    Path
  1.10      +6 -6      jakarta-cactus/integration/ant/src/java/org/apache/cactus/integration/ant/container/ContainerWrapper.java
  
  Index: ContainerWrapper.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/integration/ant/src/java/org/apache/cactus/integration/ant/container/ContainerWrapper.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- ContainerWrapper.java	10 Jan 2004 20:57:16 -0000	1.9
  +++ ContainerWrapper.java	15 Jan 2004 19:49:51 -0000	1.10
  @@ -163,7 +163,7 @@
       }
   
       /**
  -     * @see Container#isExcluded()
  +     * @see Container#isExcluded(String)
        */
       public boolean isExcluded(String theTestName)
       {
  @@ -187,7 +187,7 @@
       }
       
       /**
  -     * @see Container#setAntTaskFactory()
  +     * @see Container#setAntTaskFactory(AntTaskFactory)
        */
       public void setAntTaskFactory(AntTaskFactory theFactory)
       {
  @@ -195,7 +195,7 @@
       }
   
       /**
  -     * @see Container#setLog()
  +     * @see Container#setLog(Log)
        */
       public void setLog(Log theLog)
       {
  @@ -203,7 +203,7 @@
       }
   
       /**
  -     * @see Container#setDeployableFile()
  +     * @see Container#setDeployableFile(DeployableFile)
        */
       public void setDeployableFile(DeployableFile theWarFile)
       {
  @@ -211,7 +211,7 @@
       }
   
       /**
  -     * @see Container#setSystemProperties()
  +     * @see Container#setSystemProperties
        */
       public void setSystemProperties(Variable[] theProperties)
       {
  
  
  

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