Author: bleny Date: 2014-04-28 16:22:50 +0200 (Mon, 28 Apr 2014) New Revision: 1908 Url: http://forge.codelutin.com/projects/wao/repository/revisions/1908 Log: remove dead code Modified: trunk/wao-web/src/main/java/fr/ifremer/wao/web/WaoInterceptor.java Modified: trunk/wao-web/src/main/java/fr/ifremer/wao/web/WaoInterceptor.java =================================================================== --- trunk/wao-web/src/main/java/fr/ifremer/wao/web/WaoInterceptor.java 2014-04-28 13:32:51 UTC (rev 1907) +++ trunk/wao-web/src/main/java/fr/ifremer/wao/web/WaoInterceptor.java 2014-04-28 14:22:50 UTC (rev 1908) @@ -52,8 +52,6 @@ protected static final ImmutableSet<Class<LoginAction>> ACTIONS_ACCESSIBLE_WITHOUT_LOGIN = ImmutableSet.of(LoginAction.class); - public static final String SESSION_LAST_LOCATION = "lastLocation"; - @Override public void init() {
participants (1)
-
bleny@users.forge.codelutin.com