From 2169b11208dc9089219350f63e6b1966491a9cf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Mon, 14 Aug 2017 17:23:23 +0800 Subject: [PATCH] Update Config.java Fix a typo. --- .../main/java/org/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/skywalking/apm/agent/core/conf/Config.java b/apm-sniffer/apm-agent-core/src/main/java/org/skywalking/apm/agent/core/conf/Config.java index affced6f7..6584eea35 100644 --- a/apm-sniffer/apm-agent-core/src/main/java/org/skywalking/apm/agent/core/conf/Config.java +++ b/apm-sniffer/apm-agent-core/src/main/java/org/skywalking/apm/agent/core/conf/Config.java @@ -16,7 +16,7 @@ public class Config { public static class Agent { /** * Application code is showed in sky-walking-ui. - * Suggestion: set a unique name for each application, one application's nodes share the same code. + * Suggestion: set an unique name for each application, one application's nodes share the same code. */ public static String APPLICATION_CODE = "";