X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Fdata%2FPostReply.java;h=3dd0a1491e8e6c2a030226d61044a16350d26828;hp=4452e2eff1f638b6711d71b44d1df16668b36fe2;hb=83ceb7c20927ae3cd9eb12d8d885462ac66ea6a4;hpb=fcabe38e9b3abacc0d580bf0513600858aee2eca diff --git a/src/main/java/net/pterodactylus/sone/data/PostReply.java b/src/main/java/net/pterodactylus/sone/data/PostReply.java index 4452e2e..3dd0a14 100644 --- a/src/main/java/net/pterodactylus/sone/data/PostReply.java +++ b/src/main/java/net/pterodactylus/sone/data/PostReply.java @@ -32,13 +32,4 @@ public interface PostReply extends Reply { */ public Post getPost(); - /** - * Sets the post this reply refers to. - * - * @param postId - * The ID of the post to reply to - * @return This reply - */ - public PostReply setPost(String postId); - }