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

    https://github.com/apache/storm/pull/772#discussion_r41083820
  
    --- Diff: 
external/storm-hbase/src/main/java/org/apache/storm/hbase/bolt/AbstractHBaseBolt.java
 ---
    @@ -72,5 +74,6 @@ public void prepare(Map map, TopologyContext 
topologyContext, OutputCollector co
             Map<String, Object> hbaseConfMap = new HashMap<String, 
Object>(conf);
             hbaseConfMap.put(Config.TOPOLOGY_AUTO_CREDENTIALS, 
map.get(Config.TOPOLOGY_AUTO_CREDENTIALS));
             this.hBaseClient = new HBaseClient(hbaseConfMap, hbConfig, 
tableName);
    +
    --- End diff --
    
    remove unnecessary empty line?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to