File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
main/java/org/apache/hadoop/hbase/master
test/java/org/apache/hadoop/hbase/master Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1717 */
1818package org .apache .hadoop .hbase .master ;
1919
20+ import com .google .common .base .Preconditions ;
2021import java .io .IOException ;
2122import java .util .ArrayList ;
2223import java .util .Collection ;
3132import java .util .SortedSet ;
3233import java .util .TreeMap ;
3334import java .util .TreeSet ;
34-
35- import com .google .common .annotations .VisibleForTesting ;
36- import com .google .common .base .Preconditions ;
3735import org .apache .commons .logging .Log ;
3836import org .apache .commons .logging .LogFactory ;
3937import org .apache .hadoop .conf .Configuration ;
Original file line number Diff line number Diff line change 2222import org .apache .hadoop .conf .Configuration ;
2323import org .apache .hadoop .hbase .CompatibilityFactory ;
2424import org .apache .hadoop .hbase .HBaseTestingUtility ;
25- import org .apache .hadoop .hbase .HColumnDescriptor ;
2625import org .apache .hadoop .hbase .HConstants ;
26+ import org .apache .hadoop .hbase .HColumnDescriptor ;
2727import org .apache .hadoop .hbase .HTableDescriptor ;
2828import org .apache .hadoop .hbase .MiniHBaseCluster ;
2929import org .apache .hadoop .hbase .TableName ;
You can’t perform that action at this time.
0 commit comments