Keep fixing session issues.

This commit is contained in:
Paulo Gustavo Veiga
2012-11-13 13:34:35 -03:00
parent c1318e496c
commit 00fd168489
4 changed files with 10 additions and 12 deletions

View File

@@ -23,7 +23,7 @@ import org.jetbrains.annotations.NotNull;
public class MultipleSessionsOpenException
extends ClientException
{
public static final String MSG_KEY = "MINDMAP_TIMESTAMP_OUTDATED";
public static final String MSG_KEY = "MINDMAP_OUTDATED_BY_YOU";
public MultipleSessionsOpenException(@NotNull String msg)
{
@@ -35,9 +35,4 @@ public class MultipleSessionsOpenException
protected String getMsgBundleKey() {
return MSG_KEY;
}
@Override
protected Object[] getMsgBundleArgs() {
return new String[]{"you"};
}
}