fixinf code issues

This commit is contained in:
hasuniea 2016-06-09 10:07:01 +05:30
parent 6471055c3f
commit ec3d032bc5
2 changed files with 0 additions and 8 deletions

View File

@ -54,7 +54,4 @@ public interface CertificateMgtService {
required = false)
@HeaderParam("If-Modified-Since") String ifModifiedSince,
String binarySecurityToken);
Response getCA();
}

View File

@ -54,9 +54,4 @@ public class CertificateMgtServiceImpl implements CertificateMgtService {
}
}
@POST
@Path("/ca")
public Response getCA() {
}
}