Remove startTransaction from testTransaction since it does
nothing functionally and causes exceptions which are logged.
Issue-ID: POLICY-369
Change-Id: Idd064b49e1d68832d14039870414626ca56c779b
Signed-off-by: Kevin McKiou <km097d@att.com>
if(logger.isDebugEnabled()){
logger.debug("testTransaction called...");
}
- // start Transaction - resets transaction timer and check admin state
- try {
- startTransaction();
- } catch (AdministrativeStateException | StandbyStatusException e) {
- logger.error("IntegrityMonitor threw exception.", e);
- }
-
- // TODO: add test functionality if needed
+
+ //
+ // startTransaction() not required for testTransaction
+ //
// end transaction - increments local FP counter
endTransaction();