Github user srdo commented on a diff in the pull request:

    https://github.com/apache/storm/pull/2596#discussion_r176907913
  
    --- Diff: 
examples/storm-elasticsearch-examples/src/main/java/org/apache/storm/elasticsearch/bolt/EsIndexTopology.java
 ---
    @@ -34,52 +39,128 @@
     import org.apache.storm.tuple.Fields;
     import org.apache.storm.tuple.Values;
     
    -public class EsIndexTopology {
    +/**
    + * Demonstrates an ElasticSearch Strom topology.
    + * @author unknown
    --- End diff --
    
    We generally don't use `@author` in the javadoc, it's just noise since most 
files are worked on by more than one person. Could you remove it here and 
elsewhere?


---

Reply via email to