Merge branch 'master' into tg

This commit is contained in:
Athou
2013-06-08 17:16:21 +02:00

View File

@@ -61,7 +61,7 @@ public class PubSubHubbubCallbackREST {
List<Feed> feeds = feedDAO.findByTopic(topic);
if (feeds.isEmpty()) {
if (feeds.isEmpty() == false) {
for (Feed feed : feeds) {
log.debug("activated push notifications for {}",
feed.getPushTopic());