mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-20 18:25:55 +10:00
[유치수] [NOBTS] remove unnecessary comment
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-commons/trunk@705 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
@@ -248,7 +248,6 @@ public class HBaseClient {
|
||||
if (columns != null) {
|
||||
for (HbaseColumn column : columns) {
|
||||
scan.addColumn(column.getFamily().getBytes(), column.getColumnName().getBytes());
|
||||
System.out.println("add column to scanner " + column);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user