Fixed check-style error caused by odl parents check-style patch 83/41683/1
authorAnil Vishnoi <vishnoianil@gmail.com>
Mon, 11 Jul 2016 22:42:55 +0000 (15:42 -0700)
committerAnil Vishnoi <vishnoianil@gmail.com>
Mon, 11 Jul 2016 22:42:55 +0000 (15:42 -0700)
commita4730731623b0f50d147cf343f68c9ebf507d09e
treecd68305d2e1d6a4900da1172bfbe50db9e0dcceb
parentc1b81e6afb2da2153af6f16d4503b3e0451704ba
Fixed check-style error caused by odl parents check-style patch

Odl parent merged following patch to enable check-style for
generic exception:
https://git.opendaylight.org/gerrit/#/c/41304/

That broke OVSDB because OVSDB project has check-style enabled locally

Change-Id: I2c1a8b162fb79e033b4c833f1f12cb402477cb0e
Signed-off-by: Anil Vishnoi <vishnoianil@gmail.com>
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/OvsdbConnectionInstance.java
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/OvsdbConnectionManager.java
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/SouthboundProvider.java
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/SouthboundUtil.java
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/ovsdb/transact/TransactInvokerImpl.java
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/transactions/md/OvsdbAutoAttachUpdateCommand.java
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/transactions/md/OvsdbBridgeUpdateCommand.java
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/transactions/md/OvsdbNodeRemoveCommand.java
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/transactions/md/TransactionInvokerImpl.java