Mechanical code cleanup (commons)
authorStephen Kitt <skitt@redhat.com>
Thu, 22 Sep 2016 15:08:38 +0000 (17:08 +0200)
committerTom Pantelis <tpanteli@brocade.com>
Fri, 23 Sep 2016 18:48:37 +0000 (18:48 +0000)
commite12a03c8fc12c99f70a49f27034859f92b4e3994
treea56eb563c5dd4212d37566b34ee9debd79718a2e
parent2d5ae42de7d9d845168e9bade990c47611975a04
Mechanical code cleanup (commons)

* 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: If1805b63e52c1ab0c68983e7856e7ccf184cb2a9
Signed-off-by: Stephen Kitt <skitt@redhat.com>
src/main/java/org/opendaylight/controller/liblldp/EtherTypes.java
src/main/java/org/opendaylight/controller/liblldp/Ethernet.java
src/main/java/org/opendaylight/controller/liblldp/LLDPTLV.java