diff --git a/li.strolch.privilege/src/main/java/li/strolch/privilege/model/Certificate.java b/li.strolch.privilege/src/main/java/li/strolch/privilege/model/Certificate.java index 2e239e97f..4ca4f6172 100644 --- a/li.strolch.privilege/src/main/java/li/strolch/privilege/model/Certificate.java +++ b/li.strolch.privilege/src/main/java/li/strolch/privilege/model/Certificate.java @@ -308,11 +308,6 @@ public final class Certificate implements Serializable { return false; } else if (!this.authToken.equals(other.authToken)) return false; - if (this.locale == null) { - if (other.locale != null) - return false; - } else if (!this.locale.equals(other.locale)) - return false; if (this.sessionId == null) { if (other.sessionId != null) return false;