Skip to content

Commit 7bbfa37

Browse files
author
Nathan Marz
committed
fix javadoc
1 parent c1b8943 commit 7bbfa37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/jvm/backtype/storm/grouping/CustomStreamGrouping.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
public interface CustomStreamGrouping extends Serializable {
1010

1111
/**
12-
* Tells the stream grouping at runtime the number of tasks in the target bolt.
13-
* This information should be used in taskIndicies to determine the target tasks.
12+
* Tells the stream grouping at runtime the tasks in the target bolt.
13+
* This information should be used in chooseTasks to determine the target tasks.
1414
*
1515
* It also tells the grouping the metadata on the stream this grouping will be used on.
1616
*/

0 commit comments

Comments
 (0)