コード例 #1
0
 @Override
 public boolean isPersisted(Contribution contrib) {
   return storage.getContribution(contrib.getName()) != null;
 }