HADOOP-15404. Remove multibyte characters in DataNodeUsageReportUtil

Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
This commit is contained in:
Takanobu Asanuma 2018-04-25 17:01:14 +09:00 committed by Owen O'Malley
parent 48269c370c
commit 6f655aed3b
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
/**
* This class is helper class to generate a live usage report by calculating
* the delta betweencurrent DataNode usage metrics and the usage metrics
* the delta between current DataNode usage metrics and the usage metrics
* captured at the time of the last report.
*/
@InterfaceAudience.Private