HBASE-671 New UI page displaying all regions in a table should be sorted

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@664181 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2008-06-06 23:01:31 +00:00
parent fb9dc18b02
commit a3aa3548c4
1 changed files with 0 additions and 2 deletions

View File

@ -21,8 +21,6 @@ package org.apache.hadoop.hbase.client;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Comparator;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;