modified commentsManagerImpl

Reformatted.
merge-requests/7/head
nishadi 7 years ago
parent f02a0b9e6c
commit da0b147050

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

Loading…
Cancel
Save