This commit is contained in:
kimscott
2019-09-04 11:57:21 +09:00
parent 74eedd1fef
commit 7f4cbc6dec

View File

@@ -23,7 +23,4 @@ public class AbstractEvent {
this.timestamp = timestamp;
}
public boolean isMe(){
return getEventType().equals(getClass().getSimpleName());
}
}