You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by wu...@apache.org on 2017/12/25 07:16:36 UTC

[incubator-skywalking] branch fix/cant-resolve-types updated: Fix a comment word.

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

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


The following commit(s) were added to refs/heads/fix/cant-resolve-types by this push:
     new 8a97aad  Fix a comment word.
8a97aad is described below

commit 8a97aad021b16eb72591323691e902b06bd54087
Author: wu-sheng <wu...@foxmail.com>
AuthorDate: Mon Dec 25 15:16:06 2017 +0800

    Fix a comment word.
---
 .../skywalking/apm/agent/core/plugin/match/ProtectiveShieldMatcher.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/plugin/match/ProtectiveShieldMatcher.java b/apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/plugin/match/ProtectiveShieldMatcher.java
index d1c80a6..a4c7027 100644
--- a/apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/plugin/match/ProtectiveShieldMatcher.java
+++ b/apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/plugin/match/ProtectiveShieldMatcher.java
@@ -22,7 +22,7 @@ import org.apache.skywalking.apm.agent.core.logging.api.ILog;
 import org.apache.skywalking.apm.agent.core.logging.api.LogManager;
 
 /**
- * In same cases, some frameworks and libraries use some binary codes tech too. From the community feedback, some of
+ * In some cases, some frameworks and libraries use some binary codes tech too. From the community feedback, some of
  * them have compatible issues with byte-buddy core, which trigger "Can't resolve type description" exception.
  *
  * So I build this protective shield by a nested matcher. When the origin matcher(s) can't resolve the type, the

-- 
To stop receiving notification emails like this one, please contact
['"commits@skywalking.apache.org" <co...@skywalking.apache.org>'].