Rename “getURI()” method to “getUri()”.
[Sone.git] / src / main / java / net / pterodactylus / sone / web / page / Page.java
index 195742b..dd54f41 100644 (file)
@@ -125,7 +125,7 @@ public interface Page {
                 *
                 * @return The accessed URI
                 */
-               public URI getURI() {
+               public URI getUri() {
                        return uri;
                }