Remove Serializable from Session

Fixes #15
This commit is contained in:
Rob Winch
2014-07-30 10:41:10 -05:00
parent 6708f6a5f4
commit cc71e1f567

View File

@@ -25,7 +25,7 @@ import java.util.Set;
* @author Rob Winch
* @since 1.0
*/
public interface Session extends Serializable {
public interface Session {
/**
* Allows setting the last time this {@link Session} was accessed.
*