Esempio n. 1
0
 protected void verify(DiffStore diffs, ConsistencySummaryStatistics summary)
     throws InconsistentStoreException {
   if (!summary.isConsistent()) {
     throw new InconsistentStoreException(summary);
   }
 }