Repository: incubator-nifi Updated Branches: refs/heads/develop 960560723 -> 42a2fc5f6
Correcting simple typo in Javadoc for NiFiSpout. This closes #61 Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/42a2fc5f Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/42a2fc5f Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/42a2fc5f Branch: refs/heads/develop Commit: 42a2fc5f649bf3e0028aa8c7f030b94df43f6422 Parents: 9605607 Author: Aldrin Piri <[email protected]> Authored: Fri Jun 5 13:57:30 2015 -0400 Committer: Aldrin Piri <[email protected]> Committed: Fri Jun 5 13:57:30 2015 -0400 ---------------------------------------------------------------------- .../src/main/java/org/apache/nifi/storm/NiFiSpout.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/42a2fc5f/nifi/nifi-external/nifi-storm-spout/src/main/java/org/apache/nifi/storm/NiFiSpout.java ---------------------------------------------------------------------- diff --git a/nifi/nifi-external/nifi-storm-spout/src/main/java/org/apache/nifi/storm/NiFiSpout.java b/nifi/nifi-external/nifi-storm-spout/src/main/java/org/apache/nifi/storm/NiFiSpout.java index 6fb9754..5063123 100644 --- a/nifi/nifi-external/nifi-storm-spout/src/main/java/org/apache/nifi/storm/NiFiSpout.java +++ b/nifi/nifi-external/nifi-storm-spout/src/main/java/org/apache/nifi/storm/NiFiSpout.java @@ -61,7 +61,7 @@ import java.util.concurrent.LinkedBlockingQueue; * {@link SiteToSiteClientConfig} to provide to the constructor. This can be * achieved by using the {@link SiteToSiteClient.Builder}. Below is an example * snippet of driver code to pull data from NiFi that is running on - * localhost:8080. This example assumes that NiFi exposes and OutputPort on the + * localhost:8080. This example assumes that NiFi exposes an OutputPort on the * root group named "Data For Storm". Additionally, it assumes that the data * that it will receive from this OutputPort is text data, as it will map the * byte array received from NiFi to a UTF-8 Encoded string.
