Repository: incubator-streams Updated Branches: refs/heads/master 79c5e2b2c -> 3400ce2b7
this configuration file moved Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/16bff16a Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/16bff16a Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/16bff16a Branch: refs/heads/master Commit: 16bff16ab35f4e699eba9420e343347c3104748e Parents: d0b5a0a Author: sblackmon <[email protected]> Authored: Tue Nov 18 12:27:59 2014 -0600 Committer: sblackmon <[email protected]> Committed: Tue Nov 18 12:27:59 2014 -0600 ---------------------------------------------------------------------- .../java/org/apache/streams/storm/trident/StreamsTopology.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/16bff16a/streams-runtimes/streams-runtime-storm/src/main/java/org/apache/streams/storm/trident/StreamsTopology.java ---------------------------------------------------------------------- diff --git a/streams-runtimes/streams-runtime-storm/src/main/java/org/apache/streams/storm/trident/StreamsTopology.java b/streams-runtimes/streams-runtime-storm/src/main/java/org/apache/streams/storm/trident/StreamsTopology.java index 63c64a5..0bc97bd 100644 --- a/streams-runtimes/streams-runtime-storm/src/main/java/org/apache/streams/storm/trident/StreamsTopology.java +++ b/streams-runtimes/streams-runtime-storm/src/main/java/org/apache/streams/storm/trident/StreamsTopology.java @@ -19,7 +19,7 @@ package org.apache.streams.storm.trident; import backtype.storm.Config; -import org.apache.streams.StreamsConfiguration; +import org.apache.streams.config.StreamsConfiguration; import org.apache.streams.config.StreamsConfigurator; import storm.trident.TridentTopology;
