You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Ma, Ming" <mi...@ebay.com> on 2011/05/31 21:22:50 UTC

minor issues found in code reading

Hi,

I find some minor issues during code reading, should we file a bug for each one or someone can just fix it along with other issues? This is from on the latest thunk code.

master/handler/EnableTableHandler.java, line 98, the log say "... are online", it seems it should be "... aren't online".
client/HConnectionManger.java, line 984, 985, "value = ..."isn't needed.

Thanks.

Ming