You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2019/03/16 14:18:49 UTC

[incubator-skywalking] branch exporter updated: Fix class comment.

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch exporter
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git


The following commit(s) were added to refs/heads/exporter by this push:
     new 441257f  Fix class comment.
441257f is described below

commit 441257f3e7a8d0b4a33964a759315b29cb042108
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Sat Mar 16 22:18:38 2019 +0800

    Fix class comment.
---
 .../skywalking/oap/server/core/analysis/indicator/WithMetadata.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/analysis/indicator/WithMetadata.java b/oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/analysis/indicator/WithMetadata.java
index 32a564e..c3a2cc3 100644
--- a/oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/analysis/indicator/WithMetadata.java
+++ b/oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/analysis/indicator/WithMetadata.java
@@ -19,7 +19,7 @@
 package org.apache.skywalking.oap.server.core.analysis.indicator;
 
 /**
- * Alarm supported interface implementor could return the {@link IndicatorMetaInfo}
+ * Indicator, which implement this interface, could provide {@link IndicatorMetaInfo}.
  *
  * @author wusheng
  */