Use traditional getter method name.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 14 Oct 2010 04:15:19 +0000 (06:15 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 14 Oct 2010 04:15:19 +0000 (06:15 +0200)
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;
        }