798081828384858687
} } catch ( Exception ex ) { String msg = "diff failed, exception( " + ex.getMessage() + " )"; log.error( msg, ex ); throw new DiffFailedException( msg, ex ); } return results; }