fix javadoc
diff --git a/src/jvm/backtype/storm/grouping/CustomStreamGrouping.java b/src/jvm/backtype/storm/grouping/CustomStreamGrouping.java
index 4a0c654..a0c3267 100644
--- a/src/jvm/backtype/storm/grouping/CustomStreamGrouping.java
+++ b/src/jvm/backtype/storm/grouping/CustomStreamGrouping.java
@@ -9,8 +9,8 @@
 public interface CustomStreamGrouping extends Serializable {
     
    /**
-     * Tells the stream grouping at runtime the number of tasks in the target bolt.
-     * This information should be used in taskIndicies to determine the target tasks.
+     * Tells the stream grouping at runtime the tasks in the target bolt.
+     * This information should be used in chooseTasks to determine the target tasks.
      * 
      * It also tells the grouping the metadata on the stream this grouping will be used on.
      */