Use traditional getter method name.
[Sone.git] / src / main / java / net / pterodactylus / sone / data / Profile.java
index b1040b3..22e43c3 100644 (file)
@@ -42,7 +42,7 @@ public class Profile {
         *
         * @return The name of the user this profile belongs to
         */
-       public String username() {
+       public String getUsername() {
                return username;
        }