[CLEANUP] Fixed typo

This commit is contained in:
Jeroen Ketelaar
2019-05-13 17:01:58 -05:00
committed by GitHub
parent 7645a57097
commit 2892c606fd
@@ -36,7 +36,7 @@ public final class Npc extends Character {
/** /**
* Gets the name of the Npc * Gets the name of the Npc
* *
* @return String of the NPC name * @return String of the Npc name
*/ */
public String getName() { public String getName() {
return getAccessor().getName(); return getAccessor().getName();