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:
commit
f75949b0e4
@ -41,7 +41,7 @@ public class InMemoryCompilationUnitTest {
|
|||||||
|
|
||||||
boolean result = task.call();
|
boolean result = task.call();
|
||||||
|
|
||||||
if (result) {
|
if (!result) {
|
||||||
diagnostics.getDiagnostics()
|
diagnostics.getDiagnostics()
|
||||||
.forEach(d -> LOGGER.error(String.valueOf(d)));
|
.forEach(d -> LOGGER.error(String.valueOf(d)));
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user