Merge pull request #13359 from ulisseslima/bael-5999-quickfix_compile-string

BAEL-5999 - Compiling and Executing Code From a String in Java - quick fix
This commit is contained in:
Loredana Crusoveanu 2023-01-28 17:27:19 +02:00 committed by GitHub
commit f75949b0e4
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ public class InMemoryCompilationUnitTest {
boolean result = task.call();
if (result) {
if (!result) {
diagnostics.getDiagnostics()
.forEach(d -> LOGGER.error(String.valueOf(d)));
} else {