[mud4j-commit] SF.net SVN: mud4j: [71] trunk/mud4j-web
Status: Pre-Alpha
Brought to you by:
mpurland
|
From: <mpu...@us...> - 2006-12-25 05:28:20
|
Revision: 71
http://mud4j.svn.sourceforge.net/mud4j/?rev=71&view=rev
Author: mpurland
Date: 2006-12-24 21:28:19 -0800 (Sun, 24 Dec 2006)
Log Message:
-----------
Update logout controller.
Modified Paths:
--------------
trunk/mud4j-web/src/java/net/sf/mud4j/web/LogoutController.java
Property Changed:
----------------
trunk/mud4j-web/
Property changes on: trunk/mud4j-web
___________________________________________________________________
Name: svn:ignore
+ target
Modified: trunk/mud4j-web/src/java/net/sf/mud4j/web/LogoutController.java
===================================================================
--- trunk/mud4j-web/src/java/net/sf/mud4j/web/LogoutController.java 2006-12-25 05:27:00 UTC (rev 70)
+++ trunk/mud4j-web/src/java/net/sf/mud4j/web/LogoutController.java 2006-12-25 05:28:19 UTC (rev 71)
@@ -37,6 +37,8 @@
if (session != null) {
}
+
+ return null;
}
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|