modified commentsManagerImpl

Reformatted.
feature/appm-store/pbac
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