Use traditional getter names.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 13 Oct 2010 06:16:41 +0000 (08:16 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 13 Oct 2010 06:16:41 +0000 (08:16 +0200)
src/main/java/net/pterodactylus/sone/data/Sone.java

index 7c96443..b194bcb 100644 (file)
@@ -73,7 +73,7 @@ public class Sone {
         *
         * @return The request URI of this Sone
         */
-       public FreenetURI requestUri() {
+       public FreenetURI getRequestUri() {
                return requestUri;
        }
 
@@ -82,7 +82,7 @@ public class Sone {
         *
         * @return The insert URI of this Sone
         */
-       public FreenetURI insertUri() {
+       public FreenetURI getInsertUri() {
                return insertUri;
        }