Example #1
0
 @Override
 public Change getResult() {
   try {
     return Change.create(id, status, submittedAt);
   } finally {
     id = null;
     status = null;
     submittedAt = null;
   }
 }