X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Fdatabase%2FReplyBuilder.java;h=8582c83c2d9f081012fb5fbe5004533eb96b4fd7;hb=72407829d504a0444aadd09cc937bae10b6cb866;hp=a04a09cd49224bf34f424cee5747c4f54a2c47d3;hpb=550219212ea7809a6575b9d6bbe81030cb6f8618;p=Sone.git diff --git a/src/main/java/net/pterodactylus/sone/database/ReplyBuilder.java b/src/main/java/net/pterodactylus/sone/database/ReplyBuilder.java index a04a09c..8582c83 100644 --- a/src/main/java/net/pterodactylus/sone/database/ReplyBuilder.java +++ b/src/main/java/net/pterodactylus/sone/database/ReplyBuilder.java @@ -41,16 +41,6 @@ public interface ReplyBuilder> { public B withId(String id); /** - * Configures this builder to use the ID of the given {@link Sone} as sender - * of the reply. - * - * @param senderId - * The ID of the sender of the reply - * @return This builder - */ - public B from(String senderId); - - /** * Configures this builder to use the given time when creating the reply. If * this method is used, {@link #currentTime()} must not be used. *