AMBARI-18902 Minor typo fix in TimeliveMetricsStore class in AMS (dili)

Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/58ef3946
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/58ef3946
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/58ef3946

Branch: refs/heads/branch-feature-AMBARI-18901
Commit: 58ef394602fcae9a5cdea99db5146ed3206a74d6
Parents: b5e6a88
Author: Di Li <d...@apache.org>
Authored: Wed Nov 16 09:02:11 2016 -0500
Committer: Di Li <d...@apache.org>
Committed: Wed Nov 16 09:02:11 2016 -0500

----------------------------------------------------------------------
 .../metrics/timeline/TimelineMetricStore.java                      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/58ef3946/ambari-metrics/ambari-metrics-timelineservice/src/main/java/org/apache/hadoop/yarn/server/applicationhistoryservice/metrics/timeline/TimelineMetricStore.java
----------------------------------------------------------------------
diff --git 
a/ambari-metrics/ambari-metrics-timelineservice/src/main/java/org/apache/hadoop/yarn/server/applicationhistoryservice/metrics/timeline/TimelineMetricStore.java
 
b/ambari-metrics/ambari-metrics-timelineservice/src/main/java/org/apache/hadoop/yarn/server/applicationhistoryservice/metrics/timeline/TimelineMetricStore.java
index 15644ed..57186f5 100644
--- 
a/ambari-metrics/ambari-metrics-timelineservice/src/main/java/org/apache/hadoop/yarn/server/applicationhistoryservice/metrics/timeline/TimelineMetricStore.java
+++ 
b/ambari-metrics/ambari-metrics-timelineservice/src/main/java/org/apache/hadoop/yarn/server/applicationhistoryservice/metrics/timeline/TimelineMetricStore.java
@@ -32,7 +32,7 @@ import java.util.Set;
 
 public interface TimelineMetricStore {
   /**
-   * This method retrieves metrics stored byu the Timeline store.
+   * This method retrieves metrics stored by the Timeline store.
    *
    * @param metricNames Names of the metric, e.g.: cpu_user
    * @param hostnames Names of the host where the metric originated from

Reply via email to