mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Modify CommentManagementAPIImpl
Removed the comment.
This commit is contained in:
parent
0f4e4ea483
commit
06059cacf1
@ -102,7 +102,7 @@ public class CommentManagementAPIImpl implements CommentManagementAPI{
|
|||||||
@PathParam("apAppCommentId") int apAppCommentId) {
|
@PathParam("apAppCommentId") int apAppCommentId) {
|
||||||
|
|
||||||
CommentsManager commentsManager = APIUtil.getCommentsManager();
|
CommentsManager commentsManager = APIUtil.getCommentsManager();
|
||||||
//int tenantId= PrivilegedCarbonContext.getThreadLocalCarbonContext().getTenantId(true);
|
|
||||||
try {
|
try {
|
||||||
if (apAppCommentId == 0) {
|
if (apAppCommentId == 0) {
|
||||||
return Response.status(Response.Status.NOT_FOUND)
|
return Response.status(Response.Status.NOT_FOUND)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user