mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
fixinf code issues
This commit is contained in:
parent
6471055c3f
commit
ec3d032bc5
@ -54,7 +54,4 @@ public interface CertificateMgtService {
|
||||
required = false)
|
||||
@HeaderParam("If-Modified-Since") String ifModifiedSince,
|
||||
String binarySecurityToken);
|
||||
|
||||
Response getCA();
|
||||
|
||||
}
|
||||
|
||||
@ -54,9 +54,4 @@ public class CertificateMgtServiceImpl implements CertificateMgtService {
|
||||
}
|
||||
}
|
||||
|
||||
@POST
|
||||
@Path("/ca")
|
||||
public Response getCA() {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user