added a little doc

This commit is contained in:
Athou
2013-07-26 16:00:02 +02:00
parent 68ad6d8b55
commit da94880c53
19 changed files with 85 additions and 3 deletions

View File

@@ -22,8 +22,13 @@ import com.commafeed.backend.feeds.FeedRefreshTaskGiver;
import com.commafeed.backend.feeds.FeedUtils;
import com.commafeed.backend.model.Feed;
import com.commafeed.backend.services.ApplicationSettingsService;
import com.commafeed.frontend.rest.resources.PubSubHubbubCallbackREST;
import com.google.common.collect.Lists;
/**
* Sends push subscription requests. Callback is handled by {@link PubSubHubbubCallbackREST}
*
*/
public class SubscriptionHandler {
private static Logger log = LoggerFactory.getLogger(SubscriptionHandler.class);