34353637383940
boolean match = !dr.isProcessed() && dr.matches(keyProperties); if (match) { return dr; } } throw new NoMatchingRowFoundException(); }
44454647484950
boolean process = dr.isProcessed(); if (process == false) { return dr; } } throw new NoMatchingRowFoundException(); }