Exemple #1
0
 public void save(Storable bean) {
   if (!dao.exist(bean)) taskQueue.add(bean);
   else LOG.info("Exist Storable: {}", bean);
 }