henning     2002/07/02 09:36:36

  Modified:    src/java/org/apache/fulcrum/security/entity
                        SecurityEntity.java
  Log:
  Cut'n'paste typo :-(
  
  Revision  Changes    Path
  1.3       +3 -3      
jakarta-turbine-fulcrum/src/java/org/apache/fulcrum/security/entity/SecurityEntity.java
  
  Index: SecurityEntity.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-fulcrum/src/java/org/apache/fulcrum/security/entity/SecurityEntity.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SecurityEntity.java       2 Jul 2002 10:23:25 -0000       1.2
  +++ SecurityEntity.java       2 Jul 2002 16:36:36 -0000       1.3
  @@ -74,11 +74,11 @@
        * @return The Name of the SecurityEntity.
        */
       public String getName();
  -
  +    
       /**
        * Set the Name of the SecurityEntity.
        *
        * @param name Name of the SecurityEntity.
  -     */    public String getName();
  +     */
       public void setName(String name);
   }
  
  
  

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

Reply via email to