Removed anonymous author status.

This commit is contained in:
FlyingP1g FlyingP1g
2022-08-30 20:28:01 +03:00
parent 787200d03f
commit 4efdb7b75b
4 changed files with 1 additions and 45 deletions

View File

@@ -12,7 +12,7 @@ import javax.annotation.concurrent.Immutable;
public class AuthorInfo {
public enum Status {
NONE, ANONYMOUS, UNKNOWN, UNVERIFIED, VERIFIED, OURSELVES;
NONE, UNKNOWN, UNVERIFIED, VERIFIED, OURSELVES;
public boolean isContact() {
return this == UNVERIFIED || this == VERIFIED;