Skip to content

Commit 820eaaf

Browse files
SAY-5rzo1
authored andcommitted
flux: fix 'recieveed' -> 'received' in LogInfoBolt Javadoc
Single-word spelling correction on the class Javadoc of flux-wrappers LogInfoBolt. No functional changes. Signed-off-by: Sai Asish Y <say.apm35@gmail.com>
1 parent c09f03a commit 820eaaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • flux/flux-wrappers/src/main/java/org/apache/storm/flux/wrappers/bolts

flux/flux-wrappers/src/main/java/org/apache/storm/flux/wrappers/bolts/LogInfoBolt.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
import org.slf4j.LoggerFactory;
2727

2828
/**
29-
* Simple bolt that does nothing other than LOG.info() every tuple recieveed.
29+
* Simple bolt that does nothing other than LOG.info() every tuple received.
3030
*
3131
*/
3232
public class LogInfoBolt extends BaseBasicBolt {

0 commit comments

Comments
 (0)