Rename post and reply implementations; use builder to create replies.
[Sone.git] / src / main / java / net / pterodactylus / sone / database / memory / MemoryDatabase.java
index d1ceee9..00443e4 100644 (file)
@@ -362,16 +362,6 @@ public class MemoryDatabase extends AbstractService implements Database {
        }
 
        //
-       // POSTREPLYBUILDERFACTORY METHODS
-       //
-
-       /** {@inheritDocs} */
-       @Override
-       public PostReplyBuilder newPostReplyBuilder() {
-               return new MemoryPostReplyBuilder(this, this);
-       }
-
-       //
        // POSTREPLYSTORE METHODS
        //