Skip to content

Commit 30de7ce

Browse files
committed
Fixing missing javadocs
1 parent e559cdf commit 30de7ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/storm/src/main/java/com/yahoo/bullet/storm/examples/RandomSpout.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
/**
2828
* This spout does not read from a source of data and convert it to {@link BulletRecord}. It instead generates
29-
* random data. You can pass in how many
29+
* random data. You can pass in how many tuples to generate per period and the length of a period as arguments.
3030
*/
3131
@Slf4j
3232
public class RandomSpout extends BaseRichSpout {

0 commit comments

Comments
 (0)