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/19 14:23:27 UTC

[incubator-skywalking] branch fix/url updated: Fix a class name.

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

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


The following commit(s) were added to refs/heads/fix/url by this push:
     new 94cd91d  Fix a class name.
94cd91d is described below

commit 94cd91db7347f2d2da1b7ecae6868ae4ca921c19
Author: wusheng <wu...@foxmail.com>
AuthorDate: Tue Dec 19 22:23:19 2017 +0800

    Fix a class name.
---
 docs/cn/skywalking-opentracing-CN.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/cn/skywalking-opentracing-CN.md b/docs/cn/skywalking-opentracing-CN.md
index ff8287f..5886419 100644
--- a/docs/cn/skywalking-opentracing-CN.md
+++ b/docs/cn/skywalking-opentracing-CN.md
@@ -11,7 +11,7 @@
 
 * 使用OpenTracing的标准API和桥接器,使用手动埋点
 ```java
-Tracer tracer = new org.apache.skywalking.apm.toolkit.opentracing.SkyWalkingTracer();
+Tracer tracer = new org.apache.skywalking.apm.toolkit.opentracing.SkywalkingTracer();
 Tracer.SpanBuilder spanBuilder = tracer.buildSpan("/yourApplication/yourService");
 
 ```

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