Commit 9986928
Fix Java 8 compatibility: replace Optional.isEmpty()
Optional.isEmpty() was introduced in Java 11. Replaced with the
Java 8 equivalent !Optional.isPresent() in PolicyImporter.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 2a25fed commit 9986928
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
344 | | - | |
| 344 | + | |
345 | 345 | | |
346 | 346 | | |
347 | 347 | | |
| |||
0 commit comments