Repository: incubator-streams Updated Branches: refs/heads/STREAMS-212.3 91dd9a3c5 -> c0ec0c81b
this class must have 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/c0ec0c81 Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/c0ec0c81 Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/c0ec0c81 Branch: refs/heads/STREAMS-212.3 Commit: c0ec0c81b17088e0886e99ac667303c11e300c6b Parents: 91dd9a3 Author: sblackmon <[email protected]> Authored: Tue Nov 18 12:05:48 2014 -0600 Committer: sblackmon <[email protected]> Committed: Tue Nov 18 12:05:48 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/c0ec0c81/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;
