Skip to content

Commit 10037df

Browse files
authored
HBASE-27655 Remove the empty path annotation from ClusterMetricsResource
Signed-off-by: Nick Dimiduk <[email protected]>
1 parent f20efaf commit 10037df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hbase-server/src/main/java/org/apache/hadoop/hbase/master/http/api_v1/cluster_metrics/resource/ClusterMetricsResource.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ private org.apache.hadoop.hbase.ClusterMetrics get(EnumSet<Option> fields)
6161
}
6262

6363
@GET
64-
@Path("/")
6564
public ClusterMetrics getBaseMetrics() throws ExecutionException, InterruptedException {
6665
final EnumSet<Option> fields =
6766
EnumSet.of(Option.HBASE_VERSION, Option.CLUSTER_ID, Option.MASTER, Option.BACKUP_MASTERS);

0 commit comments

Comments
 (0)