Fix missing message.

This commit is contained in:
Paulo Gustavo Veiga
2013-04-02 09:01:08 -03:00
parent 65283a0edc
commit 31fb342ef1
6 changed files with 8 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ import org.jetbrains.annotations.NotNull;
public class SessionExpiredException
extends ClientException {
public static final String MSG_KEY = "MINDMAP_TIMESTAMP_OUTDATED";
private static final String MSG_KEY = "MINDMAP_TIMESTAMP_OUTDATED";
private User lastUpdater;
public SessionExpiredException(@NotNull String debugInfo, @NotNull User lastUpdater) {