Remove setPosts() from Sone.
[Sone.git] / src / main / java / net / pterodactylus / sone / data / impl / SoneImpl.java
index 2479276..eb2fc6e 100644 (file)
@@ -363,17 +363,6 @@ public class SoneImpl implements LocalSone {
        }
 
        /**
-        * Sets all posts of this Sone at once.
-        *
-        * @param posts
-        *              The new (and only) posts of this Sone
-        * @return This Sone (for method chaining)
-        */
-       public Sone setPosts(Collection<Post> posts) {
-               return this;
-       }
-
-       /**
         * Adds the given post to this Sone. The post will not be added if its {@link
         * Post#getSone() Sone} is not this Sone.
         *