This commit is contained in:
Stéphane Nicoll 2023-10-11 08:58:49 +02:00
parent 93206c3f6e
commit dc0d6a41d6
1 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,7 @@ public final class TestCompiler {
}
boolean hasReportedErrors() {
return this.message.length() > 0;
return !this.message.isEmpty();
}
@Override