PDavid commented on code in PR #6490:
URL: https://github.com/apache/hbase/pull/6490#discussion_r1875525241


##########
hbase-server/src/main/resources/hbase-webapps/master/table.jsp:
##########
@@ -30,20 +29,17 @@
   import="java.util.HashSet"
   import="java.util.Optional"
   import="java.util.TreeMap"
-  import="java.util.concurrent.TimeoutException"
   import="java.util.concurrent.TimeUnit"
   import="org.apache.commons.lang3.StringEscapeUtils"
   import="org.apache.hadoop.conf.Configuration"
   import="org.apache.hadoop.hbase.HConstants"
   import="org.apache.hadoop.hbase.HRegionLocation"
-  import="org.apache.hadoop.hbase.NotServingRegionException"
   import="org.apache.hadoop.hbase.RegionMetrics"
   import="org.apache.hadoop.hbase.RegionMetricsBuilder"
   import="org.apache.hadoop.hbase.ServerMetrics"
   import="org.apache.hadoop.hbase.ServerName"
   import="org.apache.hadoop.hbase.Size"
   import="org.apache.hadoop.hbase.TableName"
-  import="org.apache.hadoop.hbase.TableNotFoundException"
   import="org.apache.hadoop.hbase.client.AsyncAdmin"
   import="org.apache.hadoop.hbase.client.AsyncConnection"

Review Comment:
   Exactly. These were unused imports which were highlighted by IntelliJ.
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to