6869707172737475767778
.setOutputStream(System.out); System.out.println(""); System.out.println("Diff Results:"); try { diffCommand.execute(); } catch (CommandExecutionException e) { throw new LiquibaseException(e); } }