fix: removed Java11 features for compatibility
This commit is contained in:
parent
0f9bce9037
commit
c417b4fcd0
1 changed files with 1 additions and 1 deletions
|
@ -375,7 +375,7 @@ public class BinaryGraphicsDocument implements OutputFile {
|
|||
}
|
||||
|
||||
public String getImageName() {
|
||||
if (imageName == null || imageName.isBlank()) {
|
||||
if (imageName == null || imageName.isEmpty()) {
|
||||
return sFileName;
|
||||
}
|
||||
return imageName;
|
||||
|
|
Loading…
Add table
Reference in a new issue