Honeynode Enhancements
[transportpce.git] / 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);