Skip to content

Commit

Permalink
修改get
Browse files Browse the repository at this point in the history
  • Loading branch information
FanHui0225 committed Dec 23, 2015
1 parent 4956cae commit e7cd820
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions src/main/java/META-INF/MANIFEST.MF

This file was deleted.

2 changes: 1 addition & 1 deletion src/main/java/com/xunge/persistence/hbase/FetchRow.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class FetchRow<ROW_ID_TYPE> {

private static final Log LOG = LogFactory.getLog(FetchRow.class);
private byte[] currentFamily;
private Get get = new Get();
private Get get;
private byte[] tableName;
private HbaseAccessor<? extends QueryOps<ROW_ID_TYPE>, ROW_ID_TYPE> hBase;
private Result result;
Expand Down

0 comments on commit e7cd820

Please sign in to comment.