#1738 - Refactor simplify switch and various

This commit is contained in:
rob bygrave
2019-06-28 23:48:03 +12:00
parent e6c9f151c1
commit 8bfae9deef
17 changed files with 40 additions and 79 deletions
@@ -75,7 +75,7 @@ public class TransactionEvent implements Serializable {
* Return the list of PersistRequestBean's for this transaction.
*/
public List<PersistRequestBean<?>> getListenerNotify() {
return (listenerNotify == null) ? null : listenerNotify;
return listenerNotify;
}
public TransactionEventTable getEventTables() {