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/01/23 13:49:35 UTC

[incubator-skywalking] branch reconnect updated: Rename old version concepts

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

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


The following commit(s) were added to refs/heads/reconnect by this push:
     new e956184  Rename old version concepts
e956184 is described below

commit e956184db487bd8ac2d56ce77354bcfbaf5ded62
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Wed Jan 23 21:49:26 2019 +0800

    Rename old version concepts
---
 .../src/main/java/org/apache/skywalking/apm/agent/core/conf/Config.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/conf/Config.java b/apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/conf/Config.java
index a3a049e..e7c3fb9 100644
--- a/apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/conf/Config.java
+++ b/apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/conf/Config.java
@@ -88,7 +88,7 @@ public class Config {
          */
         public static long GRPC_CHANNEL_CHECK_INTERVAL = 30;
         /**
-         * application and service registry check interval
+         * service and endpoint registry check interval
          */
         public static long APP_AND_SERVICE_REGISTER_CHECK_INTERVAL = 3;
         /**