mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
improve emmqx initalizer
This commit is contained in:
parent
f451529e6d
commit
8eeefb7c6e
@ -15,7 +15,7 @@
|
||||
* specific language governing permissions and limitations
|
||||
* 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;
|
||||
@ -15,7 +15,7 @@
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
package io.entgra.device.mgt.plugins.emqx.initializer;
|
||||
package io.entgra.device.mgt.plugins.emqx.initializer.internal;
|
||||
|
||||
public class EmqxExhookDataHolder {
|
||||
|
||||
@ -15,9 +15,9 @@
|
||||
* specific language governing permissions and limitations
|
||||
* 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.LogFactory;
|
||||
import org.osgi.framework.BundleContext;
|
||||
Loading…
Reference in New Issue
Block a user