typo
This commit is contained in:
@@ -54,7 +54,7 @@ public class JodelPost {
|
|||||||
|
|
||||||
// add a comment if it is really a comment
|
// add a comment if it is really a comment
|
||||||
public boolean addComment(JodelPost post, long parent) {
|
public boolean addComment(JodelPost post, long parent) {
|
||||||
// check if the post a direct comment
|
// check if the post is a direct comment
|
||||||
if (parent == this.id) {
|
if (parent == this.id) {
|
||||||
// add the comment
|
// add the comment
|
||||||
this.comments.add(post);
|
this.comments.add(post);
|
||||||
|
|||||||
Reference in New Issue
Block a user