|
|
@ -39,9 +39,6 @@ public class FCMPushNotificationServiceComponent {
|
|
|
|
@SuppressWarnings("unused")
|
|
|
|
@SuppressWarnings("unused")
|
|
|
|
protected void activate(ComponentContext componentContext) {
|
|
|
|
protected void activate(ComponentContext componentContext) {
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
if (log.isDebugEnabled()) {
|
|
|
|
|
|
|
|
log.debug("Initializing FCM based push notification provider implementation bundle");
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
//Do nothing
|
|
|
|
//Do nothing
|
|
|
|
if (log.isDebugEnabled()) {
|
|
|
|
if (log.isDebugEnabled()) {
|
|
|
|
log.debug("FCM based push notification provider implementation bundle has been successfully " +
|
|
|
|
log.debug("FCM based push notification provider implementation bundle has been successfully " +
|
|
|
|