fixed one "major" spelling error (Id-> ID)

This commit is contained in:
delvh 2020-04-01 18:15:41 +02:00
parent 0d3316be4a
commit c176dc6e75
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ public class NameChangeEvent extends Event<String> {
* @return the ID of the {@link Contact} this event is related to
* @since Envoy Common v0.2-alpha
*/
public long getId() { return id; }
public long getID() { return id; }
@Override
public String toString() { return String.format("NameChangeEvent[id=%d,name=%s]", id, value); }