Polish
This commit is contained in:
parent
93206c3f6e
commit
dc0d6a41d6
|
@ -393,7 +393,7 @@ public final class TestCompiler {
|
||||||
}
|
}
|
||||||
|
|
||||||
boolean hasReportedErrors() {
|
boolean hasReportedErrors() {
|
||||||
return this.message.length() > 0;
|
return !this.message.isEmpty();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue