X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Fdatabase%2FPostBuilder.java;h=c46bd6926a3caf529974e592296b57f4f5ec15cc;hb=027615fa64c78ef5ebc198e852cfd6d39b18aad0;hp=449147a32ece51042a15bf2275b467f87c2fbe8f;hpb=580798bbd8b962fce6a7a8559c250a8b4d65f1ed;p=Sone.git diff --git a/src/main/java/net/pterodactylus/sone/database/PostBuilder.java b/src/main/java/net/pterodactylus/sone/database/PostBuilder.java index 449147a..c46bd69 100644 --- a/src/main/java/net/pterodactylus/sone/database/PostBuilder.java +++ b/src/main/java/net/pterodactylus/sone/database/PostBuilder.java @@ -54,15 +54,6 @@ public interface PostBuilder { public PostBuilder copyPost(Post post) throws NullPointerException; /** - * Configures this builder to use the given Sone as sender of the new post. - * - * @param senderId - * The ID of the sender of the post - * @return This post builder - */ - public PostBuilder from(String senderId); - - /** * Configures this builder to use a random ID for the new post. If this * method is used, {@link #withId(String)} must not be used. *