Mechanical code cleanup (sal-common-impl) 91/46091/3
authorStephen Kitt <skitt@redhat.com>
Thu, 22 Sep 2016 16:32:09 +0000 (18:32 +0200)
committerTom Pantelis <tpanteli@brocade.com>
Fri, 23 Sep 2016 18:45:05 +0000 (18:45 +0000)
commitedf86350dae8df2cfad04236eddfb05b29e8bce8
treef1e4b5caf8abd753561c52914b6fb5d4f88abe5c
parent49346407810110d0cf9ed7fc9470e0fbb4562499
Mechanical code cleanup (sal-common-impl)

* Remove unnecessary type specifiers (use Java 7 <>)
* Remove unnecessary "extends Object" declarations
* Remove unnecessary semi-colons
* Merge identical catch blocks
* Remove redundant modifiers:
  - enum constructors are private by default
  - interface properties are public static final by default
  - interface methods are public abstract by default
  - interfaces are abstract by default
  - inner interfaces are static by default
  - inner classes in interfaces are public static by default

Change-Id: I94484029e3967dfb16343e61432f0945659c14b3
Signed-off-by: Stephen Kitt <skitt@redhat.com>
opendaylight/md-sal/sal-common-impl/src/main/java/org/opendaylight/controller/md/sal/common/impl/util/compat/DataNormalizationOperation.java
opendaylight/md-sal/sal-common-impl/src/main/java/org/opendaylight/controller/md/sal/common/impl/util/compat/DataSchemaContainerProxy.java