modified commentsManagerImpl

Reformatted.
This commit is contained in:
nishadi 2018-01-18 13:31:21 +05:30
parent f02a0b9e6c
commit da0b147050

View File

@ -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);