From 15bfa09a84f7d4d21ba08c46242a16ff03087062 Mon Sep 17 00:00:00 2001 From: ayyoob Date: Thu, 22 Jun 2017 20:37:19 +0530 Subject: [PATCH] fixed commit issues --- .../internal/PullNotificationListenerServiceComponent.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/extensions/pull-notification-listeners/org.wso2.carbon.device.mgt.mqtt.notification.listener/src/main/java/org/wso2/carbon/device/mgt/mqtt/notification/listener/internal/PullNotificationListenerServiceComponent.java b/components/extensions/pull-notification-listeners/org.wso2.carbon.device.mgt.mqtt.notification.listener/src/main/java/org/wso2/carbon/device/mgt/mqtt/notification/listener/internal/PullNotificationListenerServiceComponent.java index 7e9475915..78e918ec7 100644 --- a/components/extensions/pull-notification-listeners/org.wso2.carbon.device.mgt.mqtt.notification.listener/src/main/java/org/wso2/carbon/device/mgt/mqtt/notification/listener/internal/PullNotificationListenerServiceComponent.java +++ b/components/extensions/pull-notification-listeners/org.wso2.carbon.device.mgt.mqtt.notification.listener/src/main/java/org/wso2/carbon/device/mgt/mqtt/notification/listener/internal/PullNotificationListenerServiceComponent.java @@ -54,7 +54,7 @@ public class PullNotificationListenerServiceComponent { try { //Do nothing if (log.isDebugEnabled()) { - log.debug("pull notification provider implementation bundle has been successfully " + + log.debug("Pull notification provider implementation bundle has been successfully " + "initialized"); } BundleContext bundleContext = componentContext.getBundleContext();