mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-04-15 15:06:47 +00:00
There was an checkstyles error that needed to be corrected.
This commit is contained in:
parent
ee7befca81
commit
9492c680da
@ -398,7 +398,8 @@ public class CertificateRequestPageController extends PageController<NoPageParam
|
||||
|
||||
try (ZipOutputStream zipOut = new ZipOutputStream(response.getOutputStream())) {
|
||||
// get all files
|
||||
for (CertificateAuthorityCredential ca : CertificateAuthorityCredential.select(certificateManager)
|
||||
for (CertificateAuthorityCredential ca : CertificateAuthorityCredential
|
||||
.select(certificateManager)
|
||||
.getCertificates()) {
|
||||
zipFileName = String.format("ca-certificate[%s].cer",
|
||||
Integer.toHexString(ca.getCertificateHash()));
|
||||
|
Loading…
x
Reference in New Issue
Block a user