Skip to content
This repository was archived by the owner on Apr 10, 2024. It is now read-only.

Commit ac88a80

Browse files
committed
fix: build issue
1 parent d9d015e commit ac88a80

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/main/java/com/csviri/jenvtest/CertManager.java

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,8 @@ public CertManager(String jenvtestDir) {
4444
}
4545

4646
public void createCertificatesIfNeeded() {
47-
try {
48-
generateAPIServerCertificates();
49-
generateUserCertificates();
50-
} catch (IOException | InterruptedException e) {
51-
throw new JenvtestException(e);
52-
}
47+
generateAPIServerCertificates();
48+
generateUserCertificates();
5349
}
5450

5551
private void generateAPIServerCertificates() {

0 commit comments

Comments
 (0)