removed unicode character
This commit is contained in:
parent
f28685e9fb
commit
b567213366
|
@ -302,7 +302,7 @@ public class NotificationsPlugin extends AbstractPlugin implements EventListener
|
||||||
|
|
||||||
if (profileConfiguration != null) {
|
if (profileConfiguration != null) {
|
||||||
for (Object fsConfigObj : profileConfiguration.get(SUBSCRIBE_NOTIFICATIONS_CONFIG, List.class)) {
|
for (Object fsConfigObj : profileConfiguration.get(SUBSCRIBE_NOTIFICATIONS_CONFIG, List.class)) {
|
||||||
log.debug("Managing {} ", fsConfigObj);
|
log.debug("Managing {}", fsConfigObj);
|
||||||
SubscribeNotificationEvent fsConfig = Serialization.convert(fsConfigObj,
|
SubscribeNotificationEvent fsConfig = Serialization.convert(fsConfigObj,
|
||||||
SubscribeNotificationEvent.class);
|
SubscribeNotificationEvent.class);
|
||||||
log.debug("Converted config {}", fsConfig);
|
log.debug("Converted config {}", fsConfig);
|
||||||
|
|
Loading…
Reference in New Issue