quintonm    2003/03/19 16:28:35

  Modified:    src/java/org/apache/turbine/om/security SecurityObject.java
  Log:
  minor javadoc correction
  
  Revision  Changes    Path
  1.4       +3 -2      
jakarta-turbine-2/src/java/org/apache/turbine/om/security/SecurityObject.java
  
  Index: SecurityObject.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/om/security/SecurityObject.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- SecurityObject.java       9 Mar 2003 02:45:15 -0000       1.3
  +++ SecurityObject.java       20 Mar 2003 00:28:35 -0000      1.4
  @@ -57,6 +57,7 @@
   import java.util.Collections;
   import java.util.HashMap;
   import java.util.Map;
  +
   import org.apache.torque.om.BaseObject;
   
   /**
  @@ -130,7 +131,7 @@
        * Sets the value of specific attribute of this object.
        *
        * @param name the name of the attribute
  -     * @return the value of the attribute
  +     * @param value the value of the attribute
        */
       public void setAttribute( String name, Object value )
       {
  
  
  

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

Reply via email to