X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Fdata%2FPostReply.java;h=1e870b9320867d857ac613be89dc3492b714f130;hb=afdb3c077f9f762f85be2656015609179eff8510;hp=1dc5f44a5fcbc655afab6b028cdad5d67efe100b;hpb=8503021c00d63885288c507d9930fefabd5d7678;p=Sone.git diff --git a/src/main/java/net/pterodactylus/sone/data/PostReply.java b/src/main/java/net/pterodactylus/sone/data/PostReply.java index 1dc5f44..1e870b9 100644 --- a/src/main/java/net/pterodactylus/sone/data/PostReply.java +++ b/src/main/java/net/pterodactylus/sone/data/PostReply.java @@ -54,13 +54,4 @@ public interface PostReply extends Reply { */ public Optional 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); - }