Modify CommentManagementAPIImpl

Removed the comment.
This commit is contained in:
nishadi 2018-01-17 11:19:56 +05:30
parent 0f4e4ea483
commit 06059cacf1

View File

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