Github user steveblackmon commented on a diff in the pull request:
https://github.com/apache/incubator-streams/pull/263#discussion_r42413877
--- Diff:
streams-contrib/streams-provider-twitter/src/main/java/org/apache/streams/twitter/provider/TwitterFollowingProvider.java
---
@@ -129,7 +134,7 @@ public StreamsResultSet readCurrent() {
@Override
public void prepare(Object o) {
--- End diff --
It's delegating prepare() to it's parent class and opting to use the
configuration provided by the constructor rather than by the streams runtime.
prepare(Object) is defined by the interface and thus has to be implemented, but
exact implementation details vary.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---