Пример #1
0
 @Override
 public Void performOperation(URI id) throws Exception {
   UserGroupUtils.delete(id);
   return null;
 }