Fix javadoc param name
Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/e2251c45 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/e2251c45 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/e2251c45 Branch: refs/heads/1.x-branch Commit: e2251c4506f681abffa5e59baed02a567f8d4264 Parents: 94a93d7 Author: Stig Døssing <[email protected]> Authored: Wed Mar 2 18:02:46 2016 +0100 Committer: Stig Døssing <[email protected]> Committed: Wed Mar 2 18:02:46 2016 +0100 ---------------------------------------------------------------------- .../src/jvm/org/apache/storm/topology/BasicOutputCollector.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/e2251c45/storm-core/src/jvm/org/apache/storm/topology/BasicOutputCollector.java ---------------------------------------------------------------------- diff --git a/storm-core/src/jvm/org/apache/storm/topology/BasicOutputCollector.java b/storm-core/src/jvm/org/apache/storm/topology/BasicOutputCollector.java index 1d1e5ff..2cf1e82 100644 --- a/storm-core/src/jvm/org/apache/storm/topology/BasicOutputCollector.java +++ b/storm-core/src/jvm/org/apache/storm/topology/BasicOutputCollector.java @@ -56,7 +56,7 @@ public class BasicOutputCollector implements IBasicOutputCollector { * Resets the message timeout for any tuple trees to which the given tuple belongs. * The timeout is reset to Config.TOPOLOGY_MESSAGE_TIMEOUT_SECS. * Note that this is an expensive operation, and should be used sparingly. - * @param input the tuple to reset timeout for + * @param tuple the tuple to reset timeout for */ public void resetTimeout(Tuple tuple){ out.resetTimeout(tuple);
