Fix HTML encoding of ampersand.
[Sone.git] / src / main / java / net / pterodactylus / sone / web / page / Page.java
index 195742b..297081e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * shortener - Page.java - Copyright © 2010 David Roden
+ * Sone - Page.java - Copyright © 2010 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -125,7 +125,7 @@ public interface Page {
                 *
                 * @return The accessed URI
                 */
-               public URI getURI() {
+               public URI getUri() {
                        return uri;
                }