improve emmqx initalizer

This commit is contained in:
Amalka Subasinghe 2023-03-18 08:53:48 +05:30
parent f451529e6d
commit 8eeefb7c6e
3 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
*/ */
package io.entgra.device.mgt.plugins.emqx.initializer.internal; package io.entgra.device.mgt.plugins.emqx.initializer;
import io.entgra.device.mgt.plugins.emqx.exhook.ExServer; import io.entgra.device.mgt.plugins.emqx.exhook.ExServer;

View File

@ -15,7 +15,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
*/ */
package io.entgra.device.mgt.plugins.emqx.initializer; package io.entgra.device.mgt.plugins.emqx.initializer.internal;
public class EmqxExhookDataHolder { public class EmqxExhookDataHolder {

View File

@ -15,9 +15,9 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
*/ */
package io.entgra.device.mgt.plugins.emqx.initializer; package io.entgra.device.mgt.plugins.emqx.initializer.internal;
import io.entgra.device.mgt.plugins.emqx.initializer.internal.EmqxExhookInitializer; import io.entgra.device.mgt.plugins.emqx.initializer.EmqxExhookInitializer;
import org.apache.commons.logging.Log; import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory; import org.apache.commons.logging.LogFactory;
import org.osgi.framework.BundleContext; import org.osgi.framework.BundleContext;