HBASE-16181 Fix AssignmentManager MBean name (Reid Chan)

This commit is contained in:
stack 2016-07-29 16:40:39 -07:00
parent c29024c017
commit 69d170063f
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ public interface MetricsAssignmentManagerSource extends BaseSource {
/** /**
* The name of the metrics * The name of the metrics
*/ */
String METRICS_NAME = "AssignmentManger"; String METRICS_NAME = "AssignmentManager";
/** /**
* The context metrics will be under. * The context metrics will be under.