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/11/21 13:11:37 UTC

[skywalking] branch master updated: typo error (#3914)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8479287  typo error (#3914)
8479287 is described below

commit 84792873b8e691f214fd0c1aae4508945fb81e74
Author: Muxin <51...@qq.com>
AuthorDate: Thu Nov 21 21:11:27 2019 +0800

    typo error (#3914)
---
 .../java/org/apache/skywalking/apm/commons/datacarrier/DataCarrier.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apm-commons/apm-datacarrier/src/main/java/org/apache/skywalking/apm/commons/datacarrier/DataCarrier.java b/apm-commons/apm-datacarrier/src/main/java/org/apache/skywalking/apm/commons/datacarrier/DataCarrier.java
index f76c4d2..40f8238 100644
--- a/apm-commons/apm-datacarrier/src/main/java/org/apache/skywalking/apm/commons/datacarrier/DataCarrier.java
+++ b/apm-commons/apm-datacarrier/src/main/java/org/apache/skywalking/apm/commons/datacarrier/DataCarrier.java
@@ -70,7 +70,7 @@ public class DataCarrier<T> {
     }
 
     /**
-     * produce data to buffer, using the givven {@link BufferStrategy}.
+     * produce data to buffer, using the given {@link BufferStrategy}.
      *
      * @param data
      * @return false means produce data failure. The data will not be consumed.