Skip to content

Commit 5d6d8c2

Browse files
introfogiText-CI
authored andcommitted
Remove TODO from isiText5licenseLoaded method
DEVSIX-4163
1 parent 3742708 commit 5d6d8c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

kernel/src/main/java/com/itextpdf/kernel/Version.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -367,14 +367,14 @@ private static String[] getLicenseeInfoFromLicenseKey(String validatorKey) throw
367367
return null;
368368
}
369369

370-
private static boolean isiText5licenseLoaded(){
370+
private static boolean isiText5licenseLoaded() {
371371
String validatorKey5 = "5";
372372
boolean result = false;
373373
try {
374374
String[] info = getLicenseeInfoFromLicenseKey(validatorKey5);
375375
result = true;
376-
}catch(Exception e){
377-
//TODO: Log this exception?
376+
} catch (Exception ignore) {
377+
378378
}
379379
return result;
380380
}

0 commit comments

Comments
 (0)