Commit 02841205 by Tuukka Kivilahti

added interface to hasLoggedIn

1 parent 50b7acca
...@@ -69,4 +69,8 @@ public class SessionHandler { ...@@ -69,4 +69,8 @@ public class SessionHandler {
return user; return user;
} }
public boolean hasLoggedIn() {
throw new UnsupportedOperationException();
}
} }
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!