Mechanical code cleanup (blueprint) 64/46064/3
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)
commitf622d1ef05e04d9bbebed6ee9afa4d825ab23cab
tree0b0e13c5ce93a598da0b86c06505dc703699f8b4
parentf1df4d4b606bd729b9f13b7ed19e35203708645d
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>
opendaylight/blueprint/src/main/java/org/opendaylight/controller/blueprint/BlueprintBundleTracker.java