Github user mfranklin commented on a diff in the pull request: https://github.com/apache/incubator-streams/pull/86#discussion_r18521763 --- Diff: streams-contrib/streams-provider-twitter/src/main/java/org/apache/streams/twitter/provider/TwitterTimelineProvider.java --- @@ -116,11 +115,11 @@ public void startStream() { executor.shutdown(); } - protected boolean shouldContinuePulling(List<Status> statuses) { + public boolean shouldContinuePulling(List<Status> statuses) { --- End diff -- @robdouglas Any reason?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---