Introducing AbstractTransactionCommand to make it easier to do commands
authorEd Warnicke <eaw@cisco.com>
Tue, 24 Feb 2015 18:25:59 +0000 (11:25 -0700)
committerEd Warnicke <eaw@cisco.com>
Tue, 24 Feb 2015 18:25:59 +0000 (11:25 -0700)
commit3a441d467094d5f719bc8292de9d8253a84c1beb
treea380556ac6241556c3f793125b584aa4c0031b03
parente7c11df357c90d09cf2141eb4f120e99bb1a9f8e
Introducing AbstractTransactionCommand to make it easier to do commands

I found myself writing a lot of repetative code for TransactionCommands,
and so pulled it up into an AbstractTransactionCommand

Change-Id: Iddd6995146e9ddc4002b7e8c6791b1332198c361
Signed-off-by: Ed Warnicke <eaw@cisco.com>