[cvs]
expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/misc
CurrentLogin.java
JCorporate Ltd
jcorp at jcorp2.servlets.net
Fri May 21 17:35:18 PDT 2004
Update of /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/misc
In directory jcorp2.servlets.net:/tmp/cvs-serv8378/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/misc
Modified Files:
CurrentLogin.java
Log Message:
make constant final; cosmetic
Index: CurrentLogin.java
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/misc/CurrentLogin.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** CurrentLogin.java 31 Jul 2003 12:24:49 -0000 1.8
--- CurrentLogin.java 22 May 2004 00:35:16 -0000 1.9
***************
*** 77,81 ****
* logins
* @author Michael Nash
- * @version $Revision$
* @since Expresso 4.0
*/
--- 77,80 ----
***************
*** 120,129 ****
* a person's session.
*/
! public static String LOGIN_KEY = "CurrentLogin";
!
! /**
! * User corresponding to the current login User ID
! */
! private User theUser;
/**
--- 119,123 ----
* a person's session.
*/
! public static final String LOGIN_KEY = "CurrentLogin";
/**
***************
*** 249,253 ****
* Object construction. Constructs a new instance of a Current login.
* This function will allow pluggable CurrentLogins
! * @param newSessionID the servlet session id
* @param newUserName the user name of the person logging in
* @param newIPAddress the client ip address
--- 243,247 ----
* Object construction. Constructs a new instance of a Current login.
* This function will allow pluggable CurrentLogins
! * @param newSessionId the servlet session id
* @param newUserName the user name of the person logging in
* @param newIPAddress the client ip address
More information about the cvs
mailing list