Merge pull request #329 from madhawap/master

changes to Certificate removal endpoint, fix for the jira EMM-1490
This commit is contained in:
Dilan U. Ariyaratne 2016-08-09 11:29:11 +05:30 committed by GitHub
commit 2df57c8b36

View File

@ -138,7 +138,4 @@ public class CertificateManagementAdminServiceImpl implements CertificateManagem
}
}
}
//return Response.status(Response.Status.NOT_FOUND).entity("No certificate is found with the given " +
// "serial number '" + serialNumber + "'");
}