Mechanical code cleanup (messagebus-spi) 89/46089/3
authorStephen Kitt <skitt@redhat.com>
Thu, 22 Sep 2016 16:28:29 +0000 (18:28 +0200)
committerTom Pantelis <tpanteli@brocade.com>
Fri, 23 Sep 2016 18:30:30 +0000 (18:30 +0000)
commit709db20962b41139bf5f3dddbcf5eedb0bb0cb46
treeaacaccd51c14af0efb0ee489bd911fe48a566278
parent66c01f7634d96400cf9dc06a8a1c18887b0a0373
Mechanical code cleanup (messagebus-spi)

* 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: I75e706701f0bd63fd483079aa59ee4da8b88e0e4
Signed-off-by: Stephen Kitt <skitt@redhat.com>
opendaylight/md-sal/messagebus-spi/src/main/java/org/opendaylight/controller/messagebus/spi/EventSourceRegistration.java