Revision: 90
http://mud4j.svn.sourceforge.net/mud4j/?rev=90&view=rev
Author: mpurland
Date: 2007-01-07 12:58:40 -0800 (Sun, 07 Jan 2007)
Log Message:
-----------
Add comment for account field.
Modified Paths:
--------------
trunk/mud4j-web/src/java/net/sf/mud4j/web/UserSession.java
Modified: trunk/mud4j-web/src/java/net/sf/mud4j/web/UserSession.java
===================================================================
--- trunk/mud4j-web/src/java/net/sf/mud4j/web/UserSession.java 2007-01-07 17:00:41 UTC (rev 89)
+++ trunk/mud4j-web/src/java/net/sf/mud4j/web/UserSession.java 2007-01-07 20:58:40 UTC (rev 90)
@@ -26,6 +26,7 @@
*/
public class UserSession implements Serializable {
+ // Account that corresponds to the session
private Account account;
/**
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|