122123124125126127128129130131132
}; } public static LastCommittedTxIdSetter defaultLastCommittedTxIdSetter() { return new LastCommittedTxIdSetter() { public void setLastCommittedTxId( long txId ) { // Do nothing }