|
|
@ -164,7 +164,8 @@ public class CommentsManagerImpl implements CommentsManager {
|
|
|
|
return comment;
|
|
|
|
return comment;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@Override public void deleteComment(int CommentId) throws CommentManagementException {
|
|
|
|
@Override
|
|
|
|
|
|
|
|
public void deleteComment(int CommentId) throws CommentManagementException {
|
|
|
|
|
|
|
|
|
|
|
|
Comment comment;
|
|
|
|
Comment comment;
|
|
|
|
comment = getComment(CommentId);
|
|
|
|
comment = getComment(CommentId);
|
|
|
|