fixed one "major" spelling error (Id-> ID)
This commit is contained in:
parent
0d3316be4a
commit
c176dc6e75
@ -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); }
|
||||
|
Reference in New Issue
Block a user