Repository: incubator-streams Updated Branches: refs/heads/STREAMS-212.3 c0ec0c81b -> f776da585
Revert "this class must have moved" This reverts commit c0ec0c81b17088e0886e99ac667303c11e300c6b. Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/f776da58 Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/f776da58 Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/f776da58 Branch: refs/heads/STREAMS-212.3 Commit: f776da58595f4f8c1e6621b36b7b68969ccec9ab Parents: c0ec0c8 Author: sblackmon <[email protected]> Authored: Tue Nov 18 12:26:26 2014 -0600 Committer: sblackmon <[email protected]> Committed: Tue Nov 18 12:26:26 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/f776da58/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 0bc97bd..63c64a5 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.config.StreamsConfiguration; +import org.apache.streams.StreamsConfiguration; import org.apache.streams.config.StreamsConfigurator; import storm.trident.TridentTopology;
