fix: removed Java11 features for compatibility

This commit is contained in:
Georgy Litvinov 2021-09-17 20:57:34 +02:00
parent 0f9bce9037
commit c417b4fcd0

View file

@ -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;