X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=tests%2Fhoneynode%2Fhoneynode-plugin-impl%2Fsrc%2Fmain%2Fjava%2Fio%2Ffd%2Fhoneycomb%2Ftransportpce%2Fdevice%2Fconfiguration%2FDeviceConfigurationModule.java;fp=tests%2Fhoneynode%2Fhoneynode-plugin-impl%2Fsrc%2Fmain%2Fjava%2Fio%2Ffd%2Fhoneycomb%2Ftransportpce%2Fdevice%2FDeviceConfigurationModule.java;h=728d8fa3eafb9aaa89758f29ddc989f8d4336137;hb=refs%2Fchanges%2F96%2F76796%2F1;hp=4ed14439a1dc84718fb09d5e2266beb050bf9a75;hpb=1ec3d13e31cefd39f86bfc7f77b2fedd20f45a1e;p=transportpce.git diff --git a/tests/honeynode/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/DeviceConfigurationModule.java b/tests/honeynode/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/configuration/DeviceConfigurationModule.java similarity index 90% rename from tests/honeynode/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/DeviceConfigurationModule.java rename to tests/honeynode/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/configuration/DeviceConfigurationModule.java index 4ed14439a..728d8fa3e 100644 --- a/tests/honeynode/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/DeviceConfigurationModule.java +++ b/tests/honeynode/honeynode-plugin-impl/src/main/java/io/fd/honeycomb/transportpce/device/configuration/DeviceConfigurationModule.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package io.fd.honeycomb.transportpce.device; +package io.fd.honeycomb.transportpce.device.configuration; import com.google.inject.AbstractModule; @@ -25,7 +25,7 @@ import net.jmob.guice.conf.core.ConfigurationModule; /** * @author Martial COULIBALY ( martial.coulibaly@gfi.com ) on behalf of Orange */ -final class DeviceConfigurationModule extends AbstractModule { +public final class DeviceConfigurationModule extends AbstractModule { private static final Logger LOG = LoggerFactory.getLogger(DeviceConfigurationModule.class);