🔥 Remove getInsertUri() method from Sone interface
[Sone.git] / src / main / java / net / pterodactylus / sone / data / Sone.java
index b43d025..e2a7b5b 100644 (file)
@@ -192,14 +192,6 @@ public interface Sone extends Identified, Fingerprintable, Comparable<Sone> {
        FreenetURI getRequestUri();
 
        /**
-        * Returns the insert URI of this Sone.
-        *
-        * @return The insert URI of this Sone
-        */
-       @Nullable
-       FreenetURI getInsertUri();
-
-       /**
         * Returns the latest edition of this Sone.
         *
         * @return The latest edition of this Sone