Remove setPosts() from Sone.
[Sone.git] / src / main / java / net / pterodactylus / sone / data / Sone.java
index 4bde55b..2f529cb 100644 (file)
@@ -343,15 +343,6 @@ public interface Sone extends Identified, Fingerprintable, Comparable<Sone> {
        List<Post> getPosts();
 
        /**
-        * Sets all posts of this Sone at once.
-        *
-        * @param posts
-        *              The new (and only) posts of this Sone
-        * @return This Sone (for method chaining)
-        */
-       Sone setPosts(Collection<Post> posts);
-
-       /**
         * Adds the given post to this Sone. The post will not be added if its {@link
         * Post#getSone() Sone} is not this Sone.
         *