Change contract of Shell.getShelled().
[Sone.git] / src / main / java / net / pterodactylus / sone / data / PostShell.java
index 36dba42..df66b20 100644 (file)
@@ -204,7 +204,7 @@ public class PostShell extends Post implements Shell<Post> {
                                post.addReply(reply);
                        }
                }
-               return null;
+               return this;
        }
 
 }