Remove setPosts() from Sone.
[Sone.git] / src / main / java / net / pterodactylus / sone / data / impl / IdOnlySone.java
index 6352c10..ce224fd 100644 (file)
@@ -121,11 +121,6 @@ public class IdOnlySone implements Sone {
        }
 
        @Override
-       public Sone setPosts(Collection<Post> posts) {
-               return this;
-       }
-
-       @Override
        public void addPost(Post post) {
        }