Пример #1
0
 /** @return {@code True} if transaction is not {@code null} and has invalidate flag set. */
 private boolean isInvalidate() {
   return tx != null && tx.isInvalidate();
 }