Github user srdo commented on a diff in the pull request:
https://github.com/apache/storm/pull/2729#discussion_r197162525
--- Diff:
storm-client/src/jvm/org/apache/storm/trident/spout/IPartitionedTridentSpout.java
---
@@ -36,7 +37,7 @@
interface Coordinator<Partitions> {
/**
* Return the partitions currently in the source of data. The idea
is is that if a new partition is added and a prior transaction is
- * replayed, it doesn't emit tuples for the new partition because
it knows what partitions were in that transaction.
+ * replayed, it doesn't emit tuples for the new partition because
it knows what partitions were in that transaction.jobh
*/
--- End diff --
Whoops, yes. Please remove this.
---