Return ID of the post from post reply.
[Sone.git] / src / main / java / net / pterodactylus / sone / data / impl / PostReplyImpl.java
index 017f019..fa6629e 100644 (file)
@@ -53,6 +53,14 @@ public class PostReplyImpl extends ReplyImpl<PostReply> implements PostReply {
        //
 
        /**
+        * {@inheritDocs}
+        */
+       @Override
+       public String getPostId() {
+               return postId;
+       }
+
+       /**
         * {@inheritDoc}
         */
        @Override