149150151152153154155156157158159
PROCESSOR.process(report, holder); final boolean success = report.isSuccess(); ret.put(Response.VALID, success); ret.put(Response.RESULTS, report.asJson()); return ret; } /* * We have to use that since Java is not smart enough to detect that