Fix CS warnings in sal-cluster-admin and and enable enforcement 61/46861/3
authorTom Pantelis <tpanteli@brocade.com>
Thu, 13 Oct 2016 06:30:53 +0000 (02:30 -0400)
committerTom Pantelis <tpanteli@brocade.com>
Mon, 24 Oct 2016 11:39:20 +0000 (11:39 +0000)
commita68cf33642ada6e9ec3cfab4ec65d67e1ef4913f
tree18de8beb48531e6719f63276a96a90eaff71b8fe
parent919fc8c18575fc76e6b69508b38a272147be7796
Fix CS warnings in sal-cluster-admin and and enable enforcement

Fixed checkstyle warnings and enabled enforcement. Most of the
warnings/changes were for:
 - white space before if/for/while/catch
 - line too long
 - illegal catching of Exception (suppressed)
 - adding final for locals declared too far from first usage

Change-Id: I0b78c01398a1c62220980e0c8ad22db288208d59
Signed-off-by: Tom Pantelis <tpanteli@brocade.com>
opendaylight/md-sal/sal-cluster-admin/pom.xml
opendaylight/md-sal/sal-cluster-admin/src/main/java/org/opendaylight/controller/cluster/datastore/admin/ClusterAdminRpcService.java
opendaylight/md-sal/sal-cluster-admin/src/main/java/org/opendaylight/controller/config/yang/config/cluster_admin_provider/ClusterAdminProviderModule.java
opendaylight/md-sal/sal-cluster-admin/src/test/java/org/opendaylight/controller/cluster/datastore/admin/ClusterAdminRpcServiceTest.java