mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
modified commentsManagerImpl
Reformatted.
This commit is contained in:
parent
f02a0b9e6c
commit
da0b147050
@ -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);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user