Mechanical code cleanup (blueprint)
authorStephen Kitt <skitt@redhat.com>
Thu, 22 Sep 2016 15:06:14 +0000 (17:06 +0200)
committerTom Pantelis <tpanteli@brocade.com>
Fri, 23 Sep 2016 18:29:44 +0000 (18:29 +0000)
commitc7c1ed85ebb63824d9c56c6ee98b793f09bace83
tree364aafb9ebddfddec65d46aa7bacbaba265f7066
parent87e9afad5fffd5e82bb6e505e2bfe8c8b5caec60
Mechanical code cleanup (blueprint)

* 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: Iec9055685d1e4f1bba29f20de6da1cd6e14d5503
Signed-off-by: Stephen Kitt <skitt@redhat.com>
src/main/java/org/opendaylight/controller/blueprint/BlueprintBundleTracker.java