BUG-2627: JMX interfaces need to be public 92/15192/1
authorRobert Varga <rovarga@cisco.com>
Thu, 12 Feb 2015 10:18:32 +0000 (11:18 +0100)
committerRobert Varga <rovarga@cisco.com>
Thu, 12 Feb 2015 10:18:32 +0000 (11:18 +0100)
commit63129df122d3005453e60e8d79054d10d50ee348
tree18f5b94ae5368a7ad5dd41a73f81ebaf09536e8d
parent9b43c3ce7c46eaae9060f3ed18e6c39f76ede2e5
BUG-2627: JMX interfaces need to be public

Java 8 enforces the specification's required for MXBean interfaces to be
public. The mock interfaces were not public, hence were failing the test
automatically.

Change-Id: I4a358ff750da6c91571847b650ef0746e9da3621
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/config/config-manager/src/test/java/org/opendaylight/controller/config/manager/impl/util/InterfacesHelperTest.java