Github user robdouglas commented on a diff in the pull request: https://github.com/apache/incubator-streams/pull/86#discussion_r18523292 --- 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 -- In the event that an individual needs to override the TwitterTimelineProvider and use those overridden methods in an overridden version of TwitterTimelineProviderTask, they would need to be marked public in order to be visible.
--- 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. ---