HBASE-2897 RowResultGenerator should handle NoSuchColumnFamilyException; add hunk missed from last commit

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@983667 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andrew Kyle Purtell 2010-08-09 14:56:38 +00:00
parent 0530905854
commit af09891840
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ import java.util.NoSuchElementException;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.apache.hadoop.util.StringUtils;
import org.apache.hadoop.hbase.HColumnDescriptor;
import org.apache.hadoop.hbase.KeyValue;
import org.apache.hadoop.hbase.client.Get;