dlr         02/01/01 23:48:34

  Modified:    src/java/org/apache/turbine/pipeline ValveDefinition.java
  Log:
  Fixed JavaDoc.
  
  Revision  Changes    Path
  1.2       +5 -6      
jakarta-turbine-3/src/java/org/apache/turbine/pipeline/ValveDefinition.java
  
  Index: ValveDefinition.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-3/src/java/org/apache/turbine/pipeline/ValveDefinition.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -u -r1.1 -r1.2
  --- ValveDefinition.java      31 Dec 2001 15:35:19 -0000      1.1
  +++ ValveDefinition.java      2 Jan 2002 07:48:34 -0000       1.2
  @@ -58,7 +58,7 @@
    * This class describes a valve for use with a TurbinePipeline.
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Jason van Zyl</a>
  - * @version $Id: ValveDefinition.java,v 1.1 2001/12/31 15:35:19 jvanzyl Exp $
  + * @version $Id: ValveDefinition.java,v 1.2 2002/01/02 07:48:34 dlr Exp $
    */
   public class ValveDefinition 
   {
  @@ -77,7 +77,7 @@
       /**
        * Set the name of this valve.
        *
  -     * @param String name Name of this valve.
  +     * @param name Name of this valve.
        */
       public void setName(String name)
       {
  @@ -87,7 +87,7 @@
       /**
        * Get the name of this valve.
        *
  -     * @return String Name of this valve.
  +     * @return Name of this valve.
        */
       public String getName()
       {
  @@ -97,7 +97,7 @@
       /**
        * Set the name of this valve.
        *
  -     * @param String name Name of this valve.
  +     * @param name Name of this valve.
        */
       public void setClassName(String className)
       {
  @@ -107,11 +107,10 @@
       /**
        * Get the name of this valve.
        *
  -     * @return String Name of this valve.
  +     * @return Name of this valve.
        */
       public String getClassName()
       {
           return className;
       }        
  -
   }
  
  
  

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

Reply via email to