Modify CommentManagementAPIImpl

Removed the comment.
feature/appm-store/pbac
nishadi 7 years ago
parent 0f4e4ea483
commit 06059cacf1

@ -102,7 +102,7 @@ public class CommentManagementAPIImpl implements CommentManagementAPI{
@PathParam("apAppCommentId") int apAppCommentId) {
CommentsManager commentsManager = APIUtil.getCommentsManager();
//int tenantId= PrivilegedCarbonContext.getThreadLocalCarbonContext().getTenantId(true);
try {
if (apAppCommentId == 0) {
return Response.status(Response.Status.NOT_FOUND)

Loading…
Cancel
Save