fixed one "major" spelling error (Id-> ID)
This commit is contained in:
		| @@ -45,7 +45,7 @@ public class NameChangeEvent extends Event<String> { | |||||||
| 	 * @return the ID of the {@link Contact} this event is related to | 	 * @return the ID of the {@link Contact} this event is related to | ||||||
| 	 * @since Envoy Common v0.2-alpha | 	 * @since Envoy Common v0.2-alpha | ||||||
| 	 */ | 	 */ | ||||||
| 	public long getId() { return id; } | 	public long getID() { return id; } | ||||||
|  |  | ||||||
| 	@Override | 	@Override | ||||||
| 	public String toString() { return String.format("NameChangeEvent[id=%d,name=%s]", id, value); } | 	public String toString() { return String.format("NameChangeEvent[id=%d,name=%s]", id, value); } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 delvh
					delvh