You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by dl...@apache.org on 2001/06/14 19:09:40 UTC

cvs commit: jakarta-turbine/src/java/org/apache/turbine/om/security/peer UserPeer.java

dlr         01/06/14 10:09:40

  Modified:    src/java/org/apache/turbine/om/security/peer UserPeer.java
  Log:
  JavaDoc patch by Youngho Cho <yo...@nannet.co.kr>.
  
  Revision  Changes    Path
  1.4       +3 -3      jakarta-turbine/src/java/org/apache/turbine/om/security/peer/UserPeer.java
  
  Index: UserPeer.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/src/java/org/apache/turbine/om/security/peer/UserPeer.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- UserPeer.java	2001/05/23 18:53:20	1.3
  +++ UserPeer.java	2001/06/14 17:09:36	1.4
  @@ -61,14 +61,14 @@
    * the default User implementation and it's related Peer class.
    *
    * @author <a href="mailto:leandro@ibnetwork.com.br">Leandro Rodrigo Saad Cruz</a>  
  - * @version $Id: UserPeer.java,v 1.3 2001/05/23 18:53:20 mikeh Exp $
  + * @version $Id: UserPeer.java,v 1.4 2001/06/14 17:09:36 dlr Exp $
    */
   public interface UserPeer 
   { 
  -    /** The key name for the visitor id field. */
  +    /** The key name for the login name field. */
       public static String USERNAME = "LOGIN_NAME";
   
  -    /** The key name for the username field. */
  +    /** The key name for the user id field. */
       public static String USER_ID = "USER_ID";
   
       /**
  
  
  

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