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

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


The following commit(s) were added to refs/heads/fix/javadoc by this push:
     new 400ad41  Fix all javadoc issues.
400ad41 is described below

commit 400ad41a64c0afcbd391e1d173ea0de5fe8cc08b
Author: wu-sheng <[email protected]>
AuthorDate: Mon Feb 26 15:47:19 2018 +0800

    Fix all javadoc issues.
---
 .travis.yml                                              |  2 +-
 .../apm/toolkit/log/log4j/v2/x/TraceIdConverter.java     |  2 +-
 .../v4/define/AbstractNIOConnPoolInstrumentation.java    |  4 ++--
 .../DefaultConnectingIOReactorInstrumentation.java       |  4 ++--
 .../v4/define/ExecuteInstrumentation.java                |  2 +-
 .../v4/define/ProcessResponseInstrumentation.java        |  5 ++---
 .../v4/define/SessionRequestImplInstrumentation.java     |  5 +++--
 .../httpasyncclient/v4/define/StateInstrumentation.java  |  3 +--
 .../apm/plugin/kafka/v1/KafkaConsumerInterceptor.java    |  2 +-
 .../mongodb/v2/MongoDBCollectionMethodInterceptor.java   |  7 ++-----
 .../servicecomb/ProducerOperationHandlerInterceptor.java |  3 ---
 .../servicecomb/TransportClientHandlerInterceptor.java   |  3 ---
 .../define/ProducerOperationHandlerInstrumentation.java  |  6 +++---
 .../define/TransportClientHandlerInstrumentation.java    |  4 ++--
 .../v1/ProducerOperationHandlerInterceptor.java          |  3 ---
 .../v1/TransportClientHandlerInterceptor.java            |  3 ---
 .../define/ProducerOperationHandlerInstrumentation.java  |  6 +++---
 .../v1/define/TransportClientHandlerInstrumentation.java |  6 +++---
 .../opentracing/span/SkywalkingSpanActivation.java       |  2 +-
 docs/en/How-to-release.md                                | 16 ++++++++++++++++
 20 files changed, 44 insertions(+), 44 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index dda8acb..147a13b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,5 +10,5 @@ before_install:
 install:
   - jdk_switcher use oraclejdk8
   - mvn clean install --quiet jacoco:report coveralls:report
-  - mvn javadoc:javadoc
+  - mvn javadoc:javadoc --quiet
 
diff --git 
a/apm-application-toolkit/apm-toolkit-log4j-2.x/src/main/java/org/apache/skywalking/apm/toolkit/log/log4j/v2/x/TraceIdConverter.java
 
b/apm-application-toolkit/apm-toolkit-log4j-2.x/src/main/java/org/apache/skywalking/apm/toolkit/log/log4j/v2/x/TraceIdConverter.java
index 6ca4532..3bf772a 100644
--- 
a/apm-application-toolkit/apm-toolkit-log4j-2.x/src/main/java/org/apache/skywalking/apm/toolkit/log/log4j/v2/x/TraceIdConverter.java
+++ 
b/apm-application-toolkit/apm-toolkit-log4j-2.x/src/main/java/org/apache/skywalking/apm/toolkit/log/log4j/v2/x/TraceIdConverter.java
@@ -27,7 +27,7 @@ import 
org.apache.logging.log4j.core.pattern.LogEventPatternConverter;
 /**
  * {@link TraceIdConverter} is a log4j2 plugin, by annotation as {@link 
Plugin}.
  * It convert the pattern key: traceId.
- * Use '%traceId' in log4j2's config: <PatternLayout pattern="%d [%traceId] 
%-5p %c{1}:%L - %m%n"/>,
+ * Use '%traceId' in log4j2's config.
  * '%traceId' will output as TID:xxxx
  * <p>
  * Created by wusheng on 2016/12/7.
diff --git 
a/apm-sniffer/apm-sdk-plugin/httpasyncclient-4.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/httpasyncclient/v4/define/AbstractNIOConnPoolInstrumentation.java
 
b/apm-sniffer/apm-sdk-plugin/httpasyncclient-4.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/httpasyncclient/v4/define/AbstractNIOConnPoolInstrumentation.java
index 4b26186..8a1ff20 100644
--- 
a/apm-sniffer/apm-sdk-plugin/httpasyncclient-4.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/httpasyncclient/v4/define/AbstractNIOConnPoolInstrumentation.java
+++ 
b/apm-sniffer/apm-sdk-plugin/httpasyncclient-4.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/httpasyncclient/v4/define/AbstractNIOConnPoolInstrumentation.java
@@ -29,8 +29,8 @@ import static net.bytebuddy.matcher.ElementMatchers.named;
 import static 
org.apache.skywalking.apm.agent.core.plugin.match.NameMatch.byName;
 
 /**
- * {@link AbstractNIOConnPoolInstrumentation} presents that skywalking 
intercept {@link
- * org.apache.http.nio.protocol.AbstractNIOConnPool #requestCompleted}.
+ * {@link AbstractNIOConnPoolInstrumentation} presents that skywalking 
intercept
+ * org.apache.http.nio.protocol.AbstractNIOConnPool#requestCompleted
  *
  * @author liyuntao
  */
diff --git 
a/apm-sniffer/apm-sdk-plugin/httpasyncclient-4.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/httpasyncclient/v4/define/DefaultConnectingIOReactorInstrumentation.java
 
b/apm-sniffer/apm-sdk-plugin/httpasyncclient-4.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/httpasyncclient/v4/define/DefaultConnectingIOReactorInstrumentation.java
index 80254ac..92cf49d 100644
--- 
a/apm-sniffer/apm-sdk-plugin/httpasyncclient-4.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/httpasyncclient/v4/define/DefaultConnectingIOReactorInstrumentation.java
+++ 
b/apm-sniffer/apm-sdk-plugin/httpasyncclient-4.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/httpasyncclient/v4/define/DefaultConnectingIOReactorInstrumentation.java
@@ -29,8 +29,8 @@ import static net.bytebuddy.matcher.ElementMatchers.named;
 import static 
org.apache.skywalking.apm.agent.core.plugin.match.NameMatch.byName;
 
 /**
- * {@link DefaultConnectingIOReactorInstrumentation} presents that skywalking 
intercepts {@link
- * org.apache.http.impl.nio.reactor.DefaultConnectingIOReactor#processEvent}
+ * {@link DefaultConnectingIOReactorInstrumentation} presents that skywalking 
intercepts
+ * org.apache.http.impl.nio.reactor.DefaultConnectingIOReactor#processEvent
  *
  * @author liyuntao
  */
diff --git 
a/apm-sniffer/apm-sdk-plugin/httpasyncclient-4.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/httpasyncclient/v4/define/ExecuteInstrumentation.java
 
b/apm-sniffer/apm-sdk-plugin/httpasyncclient-4.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/httpasyncclient/v4/define/ExecuteInstrumentation.java
index d0e7e7d..51bcd9a 100644
--- 
a/apm-sniffer/apm-sdk-plugin/httpasyncclient-4.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/httpasyncclient/v4/define/ExecuteInstrumentation.java
+++ 
b/apm-sniffer/apm-sdk-plugin/httpasyncclient-4.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/httpasyncclient/v4/define/ExecuteInstrumentation.java
@@ -31,7 +31,7 @@ import static 
org.apache.skywalking.apm.agent.core.plugin.bytebuddy.ArgumentType
 import static 
org.apache.skywalking.apm.agent.core.plugin.match.NameMatch.byName;
 
 /**
- * {@link ExecuteInstrumentation} presents that skywalking intercepts {@link 
org.apache.http.impl.nio.client.CloseableHttpAsyncClient#execute}
+ * {@link ExecuteInstrumentation} presents that skywalking intercepts 
org.apache.http.impl.nio.client.CloseableHttpAsyncClient#execute
  *
  * @author liyuntao
  */
diff --git 
a/apm-sniffer/apm-sdk-plugin/httpasyncclient-4.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/httpasyncclient/v4/define/ProcessResponseInstrumentation.java
 
b/apm-sniffer/apm-sdk-plugin/httpasyncclient-4.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/httpasyncclient/v4/define/ProcessResponseInstrumentation.java
index fe4291c..9bd8708 100644
--- 
a/apm-sniffer/apm-sdk-plugin/httpasyncclient-4.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/httpasyncclient/v4/define/ProcessResponseInstrumentation.java
+++ 
b/apm-sniffer/apm-sdk-plugin/httpasyncclient-4.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/httpasyncclient/v4/define/ProcessResponseInstrumentation.java
@@ -28,12 +28,11 @@ import static net.bytebuddy.matcher.ElementMatchers.named;
 import static 
org.apache.skywalking.apm.agent.core.plugin.match.NameMatch.byName;
 
 /**
- * {@link ProcessResponseInstrumentation} presents that skywalking intercept 
{@link
- * 
org.apache.http.nio.protocol.HttpAsyncRequestExecutor#processResponse,#connected}
 .
+ * {@link ProcessResponseInstrumentation} presents that skywalking intercept
+ * org.apache.http.nio.protocol.HttpAsyncRequestExecutor#processResponse and 
#connected
  *
  * @author liyuntao
  */
-
 public class ProcessResponseInstrumentation extends 
ClassInstanceMethodsEnhancePluginDefine {
 
     private static final String ENHANCE_CLASS = 
"org.apache.http.nio.protocol.HttpAsyncRequestExecutor";
diff --git 
a/apm-sniffer/apm-sdk-plugin/httpasyncclient-4.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/httpasyncclient/v4/define/SessionRequestImplInstrumentation.java
 
b/apm-sniffer/apm-sdk-plugin/httpasyncclient-4.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/httpasyncclient/v4/define/SessionRequestImplInstrumentation.java
index 0fac8ab..a36f3bd 100644
--- 
a/apm-sniffer/apm-sdk-plugin/httpasyncclient-4.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/httpasyncclient/v4/define/SessionRequestImplInstrumentation.java
+++ 
b/apm-sniffer/apm-sdk-plugin/httpasyncclient-4.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/httpasyncclient/v4/define/SessionRequestImplInstrumentation.java
@@ -18,6 +18,7 @@
 
 package org.apache.skywalking.apm.plugin.httpasyncclient.v4.define;
 
+import java.io.IOException;
 import net.bytebuddy.description.method.MethodDescription;
 import net.bytebuddy.matcher.ElementMatcher;
 import 
org.apache.skywalking.apm.agent.core.plugin.interceptor.ConstructorInterceptPoint;
@@ -29,8 +30,8 @@ import static net.bytebuddy.matcher.ElementMatchers.named;
 import static 
org.apache.skywalking.apm.agent.core.plugin.match.NameMatch.byName;
 
 /**
- * {@link SessionRequestImplInstrumentation} presents that skywalking 
intercepts {@link
- * org.apache.http.impl.nio.reactor.SessionRequestImpl#failed(final 
IOException exception)}
+ * {@link SessionRequestImplInstrumentation} presents that skywalking 
intercepts
+ * {@link 
org.apache.http.impl.nio.reactor.SessionRequestImpl#failed(IOException)} }
  *
  * @author liyuntao
  */
diff --git 
a/apm-sniffer/apm-sdk-plugin/httpasyncclient-4.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/httpasyncclient/v4/define/StateInstrumentation.java
 
b/apm-sniffer/apm-sdk-plugin/httpasyncclient-4.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/httpasyncclient/v4/define/StateInstrumentation.java
index 8e5d4f7..8da43e5 100644
--- 
a/apm-sniffer/apm-sdk-plugin/httpasyncclient-4.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/httpasyncclient/v4/define/StateInstrumentation.java
+++ 
b/apm-sniffer/apm-sdk-plugin/httpasyncclient-4.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/httpasyncclient/v4/define/StateInstrumentation.java
@@ -29,8 +29,7 @@ import static net.bytebuddy.matcher.ElementMatchers.named;
 import static 
org.apache.skywalking.apm.agent.core.plugin.match.NameMatch.byName;
 
 /**
- * {@link StateInstrumentation} presents that skywalking intercept {@link 
org.apache.http.nio.protocol.HttpAsyncRequestExecutor$State#setRequest
- * #setResponse} .
+ * {@link StateInstrumentation} presents that skywalking intercept  
org.apache.http.nio.protocol.HttpAsyncRequestExecutor$State#setRequest
  *
  * @author liyuntao
  */
diff --git 
a/apm-sniffer/apm-sdk-plugin/kafka-v1-plugin/src/main/java/org/apache/skywalking/apm/plugin/kafka/v1/KafkaConsumerInterceptor.java
 
b/apm-sniffer/apm-sdk-plugin/kafka-v1-plugin/src/main/java/org/apache/skywalking/apm/plugin/kafka/v1/KafkaConsumerInterceptor.java
index db790b8..c47a816 100644
--- 
a/apm-sniffer/apm-sdk-plugin/kafka-v1-plugin/src/main/java/org/apache/skywalking/apm/plugin/kafka/v1/KafkaConsumerInterceptor.java
+++ 
b/apm-sniffer/apm-sdk-plugin/kafka-v1-plugin/src/main/java/org/apache/skywalking/apm/plugin/kafka/v1/KafkaConsumerInterceptor.java
@@ -37,7 +37,7 @@ import 
org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.MethodInt
 import org.apache.skywalking.apm.network.trace.component.ComponentsDefine;
 
 /**
- * @autor zhang xin
+ * @author  zhang xin
  */
 public class KafkaConsumerInterceptor implements 
InstanceMethodsAroundInterceptor {
 
diff --git 
a/apm-sniffer/apm-sdk-plugin/mongodb-2.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/mongodb/v2/MongoDBCollectionMethodInterceptor.java
 
b/apm-sniffer/apm-sdk-plugin/mongodb-2.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/mongodb/v2/MongoDBCollectionMethodInterceptor.java
index c87187c..569a21b 100644
--- 
a/apm-sniffer/apm-sdk-plugin/mongodb-2.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/mongodb/v2/MongoDBCollectionMethodInterceptor.java
+++ 
b/apm-sniffer/apm-sdk-plugin/mongodb-2.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/mongodb/v2/MongoDBCollectionMethodInterceptor.java
@@ -38,9 +38,6 @@ import 
org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.MethodInt
 import org.apache.skywalking.apm.network.trace.component.ComponentsDefine;
 
 /**
- * {@link MongoDBCollectionMethodInterceptor} intercepts  constructor of 
{@link com.mongodb.DBCollection} or
- * {@link com.mongodb.DBCollectionImpl} recording the ServerAddress and 
creating the exit span.
- *
  * @author liyuntao
  */
 
@@ -54,8 +51,8 @@ public class MongoDBCollectionMethodInterceptor implements 
InstanceMethodsAround
         Class<?>[] argumentsTypes, MethodInterceptResult result) throws 
Throwable {
 
         String remotePeer = (String)objInst.getSkyWalkingDynamicField();
-        String opertaion = method.getName();
-        AbstractSpan span = ContextManager.createExitSpan(MONGO_DB_OP_PREFIX + 
opertaion, new ContextCarrier(), remotePeer);
+        String operation = method.getName();
+        AbstractSpan span = ContextManager.createExitSpan(MONGO_DB_OP_PREFIX + 
operation, new ContextCarrier(), remotePeer);
         span.setComponent(ComponentsDefine.MONGODB);
         Tags.DB_TYPE.set(span, DB_TYPE);
         SpanLayer.asDB(span);
diff --git 
a/apm-sniffer/apm-sdk-plugin/servicecomb-plugin/servicecomb-java-chassis-0.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/servicecomb/ProducerOperationHandlerInterceptor.java
 
b/apm-sniffer/apm-sdk-plugin/servicecomb-plugin/servicecomb-java-chassis-0.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/servicecomb/ProducerOperationHandlerInterceptor.java
index 4c0e978..b17d954 100644
--- 
a/apm-sniffer/apm-sdk-plugin/servicecomb-plugin/servicecomb-java-chassis-0.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/servicecomb/ProducerOperationHandlerInterceptor.java
+++ 
b/apm-sniffer/apm-sdk-plugin/servicecomb-plugin/servicecomb-java-chassis-0.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/servicecomb/ProducerOperationHandlerInterceptor.java
@@ -32,9 +32,6 @@ import 
org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.MethodInt
 import org.apache.skywalking.apm.network.trace.component.ComponentsDefine;
 
 /**
- * 
{org.apache.skywalking.apm.plugin.servicecomb.ProducerOperationHandlerInterceptor}
 define how to enhance class {@link
- * ProducerOperationHandler#handle(io.servicecomb.core.Invocation, 
io.servicecomb.swagger.invocation.AsyncResponse)}.
- *
  * @author lytscu
  */
 public class ProducerOperationHandlerInterceptor implements 
InstanceMethodsAroundInterceptor {
diff --git 
a/apm-sniffer/apm-sdk-plugin/servicecomb-plugin/servicecomb-java-chassis-0.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/servicecomb/TransportClientHandlerInterceptor.java
 
b/apm-sniffer/apm-sdk-plugin/servicecomb-plugin/servicecomb-java-chassis-0.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/servicecomb/TransportClientHandlerInterceptor.java
index c3d40d3..3dd8bb6 100644
--- 
a/apm-sniffer/apm-sdk-plugin/servicecomb-plugin/servicecomb-java-chassis-0.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/servicecomb/TransportClientHandlerInterceptor.java
+++ 
b/apm-sniffer/apm-sdk-plugin/servicecomb-plugin/servicecomb-java-chassis-0.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/servicecomb/TransportClientHandlerInterceptor.java
@@ -33,9 +33,6 @@ import 
org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.MethodInt
 import org.apache.skywalking.apm.network.trace.component.ComponentsDefine;
 
 /**
- * {@link TransportClientHandlerInterceptor} define how to enhance class 
{@link TransportClientHandler#handle(io.servicecomb.core.Invocation,
- * io.servicecomb.swagger.invocation.AsyncResponse)}.
- *
  * @author lytscu
  */
 public class TransportClientHandlerInterceptor implements 
InstanceMethodsAroundInterceptor {
diff --git 
a/apm-sniffer/apm-sdk-plugin/servicecomb-plugin/servicecomb-java-chassis-0.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/servicecomb/define/ProducerOperationHandlerInstrumentation.java
 
b/apm-sniffer/apm-sdk-plugin/servicecomb-plugin/servicecomb-java-chassis-0.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/servicecomb/define/ProducerOperationHandlerInstrumentation.java
index 3151782..26882da 100644
--- 
a/apm-sniffer/apm-sdk-plugin/servicecomb-plugin/servicecomb-java-chassis-0.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/servicecomb/define/ProducerOperationHandlerInstrumentation.java
+++ 
b/apm-sniffer/apm-sdk-plugin/servicecomb-plugin/servicecomb-java-chassis-0.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/servicecomb/define/ProducerOperationHandlerInstrumentation.java
@@ -29,9 +29,9 @@ import 
org.apache.skywalking.apm.agent.core.plugin.match.NameMatch;
 import static net.bytebuddy.matcher.ElementMatchers.named;
 
 /**
- * {@link ProducerOperationHandlerInstrumentation} represents that skywalking 
intercept {@link
- * ProducerOperationHandler#handle(io.servicecomb.core.Invocation, 
io.servicecomb.swagger.invocation.AsyncResponse)}by
- * using {@link ProducerOperationHandlerInterceptor}
+ * {@link ProducerOperationHandlerInstrumentation} represents that skywalking 
intercept
+ * {@link 
io.servicecomb.core.handler.impl.ProducerOperationHandler#handle(io.servicecomb.core.Invocation,
 io.servicecomb.swagger.invocation.AsyncResponse)}by
+ * using ProducerOperationHandlerInterceptor
  *
  * @author lytscu
  */
diff --git 
a/apm-sniffer/apm-sdk-plugin/servicecomb-plugin/servicecomb-java-chassis-0.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/servicecomb/define/TransportClientHandlerInstrumentation.java
 
b/apm-sniffer/apm-sdk-plugin/servicecomb-plugin/servicecomb-java-chassis-0.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/servicecomb/define/TransportClientHandlerInstrumentation.java
index 5c08482..2f43f95 100644
--- 
a/apm-sniffer/apm-sdk-plugin/servicecomb-plugin/servicecomb-java-chassis-0.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/servicecomb/define/TransportClientHandlerInstrumentation.java
+++ 
b/apm-sniffer/apm-sdk-plugin/servicecomb-plugin/servicecomb-java-chassis-0.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/servicecomb/define/TransportClientHandlerInstrumentation.java
@@ -30,8 +30,8 @@ import 
org.apache.skywalking.apm.agent.core.plugin.match.NameMatch;
 import static net.bytebuddy.matcher.ElementMatchers.named;
 
 /**
- * {@link TransportClientHandlerInstrumentation} represents that skywalking 
intercept {@link TransportClientHandler}by
- * using {@linkTransportClientHandlerInterceptor }
+ * {@link TransportClientHandlerInstrumentation} represents that skywalking 
intercept {@link TransportClientHandler} by
+ * using linkTransportClientHandlerInterceptor
  *
  * @author lytscu
  */
diff --git 
a/apm-sniffer/apm-sdk-plugin/servicecomb-plugin/servicecomb-java-chassis-1.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/servicecomb/v1/ProducerOperationHandlerInterceptor.java
 
b/apm-sniffer/apm-sdk-plugin/servicecomb-plugin/servicecomb-java-chassis-1.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/servicecomb/v1/ProducerOperationHandlerInterceptor.java
index 90f437d..d6702dd 100644
--- 
a/apm-sniffer/apm-sdk-plugin/servicecomb-plugin/servicecomb-java-chassis-1.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/servicecomb/v1/ProducerOperationHandlerInterceptor.java
+++ 
b/apm-sniffer/apm-sdk-plugin/servicecomb-plugin/servicecomb-java-chassis-1.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/servicecomb/v1/ProducerOperationHandlerInterceptor.java
@@ -32,9 +32,6 @@ import 
org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.MethodInt
 import org.apache.skywalking.apm.network.trace.component.ComponentsDefine;
 
 /**
- * {ProducerOperationHandlerInterceptor} define how to enhance class {@link
- * ProducerOperationHandler#handle(org.apache.servicecomb.core.Invocation, 
org.apache.servicecomb.swagger.invocation.AsyncResponse)}.
- *
  * @author lytscu
  */
 public class ProducerOperationHandlerInterceptor implements 
InstanceMethodsAroundInterceptor {
diff --git 
a/apm-sniffer/apm-sdk-plugin/servicecomb-plugin/servicecomb-java-chassis-1.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/servicecomb/v1/TransportClientHandlerInterceptor.java
 
b/apm-sniffer/apm-sdk-plugin/servicecomb-plugin/servicecomb-java-chassis-1.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/servicecomb/v1/TransportClientHandlerInterceptor.java
index 6079976..86ce224 100644
--- 
a/apm-sniffer/apm-sdk-plugin/servicecomb-plugin/servicecomb-java-chassis-1.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/servicecomb/v1/TransportClientHandlerInterceptor.java
+++ 
b/apm-sniffer/apm-sdk-plugin/servicecomb-plugin/servicecomb-java-chassis-1.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/servicecomb/v1/TransportClientHandlerInterceptor.java
@@ -33,9 +33,6 @@ import 
org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.MethodInt
 import org.apache.skywalking.apm.network.trace.component.ComponentsDefine;
 
 /**
- * {@link TransportClientHandlerInterceptor} define how to enhance class 
{@link TransportClientHandler#handle(org.apache.servicecomb.core.Invocation,
- * org.apache.servicecomb.swagger.invocation.AsyncResponse)}.
- *
  * @author lytscu
  */
 public class TransportClientHandlerInterceptor implements 
InstanceMethodsAroundInterceptor {
diff --git 
a/apm-sniffer/apm-sdk-plugin/servicecomb-plugin/servicecomb-java-chassis-1.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/servicecomb/v1/define/ProducerOperationHandlerInstrumentation.java
 
b/apm-sniffer/apm-sdk-plugin/servicecomb-plugin/servicecomb-java-chassis-1.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/servicecomb/v1/define/ProducerOperationHandlerInstrumentation.java
index ff55dc3..6dac20b 100644
--- 
a/apm-sniffer/apm-sdk-plugin/servicecomb-plugin/servicecomb-java-chassis-1.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/servicecomb/v1/define/ProducerOperationHandlerInstrumentation.java
+++ 
b/apm-sniffer/apm-sdk-plugin/servicecomb-plugin/servicecomb-java-chassis-1.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/servicecomb/v1/define/ProducerOperationHandlerInstrumentation.java
@@ -29,9 +29,9 @@ import 
org.apache.skywalking.apm.agent.core.plugin.match.NameMatch;
 import static net.bytebuddy.matcher.ElementMatchers.named;
 
 /**
- * {@link ProducerOperationHandlerInstrumentation} represents that skywalking 
intercept {@link
- * ProducerOperationHandler#handle(org.apache.servicecomb.core.Invocation, 
org.apache.servicecomb.swagger.invocation.AsyncResponse)}by
- * using {@link ProducerOperationHandlerInterceptor}
+ * {@link ProducerOperationHandlerInstrumentation} represents that skywalking 
intercept
+ * {@link 
org.apache.servicecomb.core.handler.impl.ProducerOperationHandler#handle(org.apache.servicecomb.core.Invocation,
 org.apache.servicecomb.swagger.invocation.AsyncResponse)}
+ * by using ProducerOperationHandlerInterceptor
  *
  * @author lytscu
  */
diff --git 
a/apm-sniffer/apm-sdk-plugin/servicecomb-plugin/servicecomb-java-chassis-1.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/servicecomb/v1/define/TransportClientHandlerInstrumentation.java
 
b/apm-sniffer/apm-sdk-plugin/servicecomb-plugin/servicecomb-java-chassis-1.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/servicecomb/v1/define/TransportClientHandlerInstrumentation.java
index 8883002..8e86d6e 100644
--- 
a/apm-sniffer/apm-sdk-plugin/servicecomb-plugin/servicecomb-java-chassis-1.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/servicecomb/v1/define/TransportClientHandlerInstrumentation.java
+++ 
b/apm-sniffer/apm-sdk-plugin/servicecomb-plugin/servicecomb-java-chassis-1.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/servicecomb/v1/define/TransportClientHandlerInstrumentation.java
@@ -20,7 +20,6 @@ package 
org.apache.skywalking.apm.plugin.servicecomb.v1.define;
 
 import net.bytebuddy.description.method.MethodDescription;
 import net.bytebuddy.matcher.ElementMatcher;
-import org.apache.servicecomb.core.handler.impl.TransportClientHandler;
 import 
org.apache.skywalking.apm.agent.core.plugin.interceptor.ConstructorInterceptPoint;
 import 
org.apache.skywalking.apm.agent.core.plugin.interceptor.InstanceMethodsInterceptPoint;
 import 
org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.ClassInstanceMethodsEnhancePluginDefine;
@@ -30,8 +29,9 @@ import 
org.apache.skywalking.apm.agent.core.plugin.match.NameMatch;
 import static net.bytebuddy.matcher.ElementMatchers.named;
 
 /**
- * {@link TransportClientHandlerInstrumentation} represents that skywalking 
intercept {@link TransportClientHandler}by
- * using {@linkTransportClientHandlerInterceptor }
+ * {@link TransportClientHandlerInstrumentation} represents that skywalking 
intercept
+ * {@link org.apache.servicecomb.core.handler.impl.TransportClientHandler} by
+ * using linkTransportClientHandlerInterceptor
  *
  * @author lytscu
  */
diff --git 
a/apm-sniffer/apm-toolkit-activation/apm-toolkit-opentracing-activation/src/main/java/org/apache/skywalking/apm/toolkit/activation/opentracing/span/SkywalkingSpanActivation.java
 
b/apm-sniffer/apm-toolkit-activation/apm-toolkit-opentracing-activation/src/main/java/org/apache/skywalking/apm/toolkit/activation/opentracing/span/SkywalkingSpanActivation.java
index 7a9303e..83ae80d 100644
--- 
a/apm-sniffer/apm-toolkit-activation/apm-toolkit-opentracing-activation/src/main/java/org/apache/skywalking/apm/toolkit/activation/opentracing/span/SkywalkingSpanActivation.java
+++ 
b/apm-sniffer/apm-toolkit-activation/apm-toolkit-opentracing-activation/src/main/java/org/apache/skywalking/apm/toolkit/activation/opentracing/span/SkywalkingSpanActivation.java
@@ -49,7 +49,7 @@ import static 
org.apache.skywalking.apm.agent.core.plugin.bytebuddy.ArgumentType
  *
  * 4. The <code>SpanLogInterceptor</code>
  * interceptor enhance the <code>log</code> method that the first argument 
type is {@link Long} and the second
- * argument type is {@link Map<String,?>}
+ * argument type is {@link Map}
  *
  * 5. The <code>SpanSetOperationNameInterceptor</code>
  * interceptor enhance the <code>setOperationName</code> method
diff --git a/docs/en/How-to-release.md b/docs/en/How-to-release.md
new file mode 100644
index 0000000..41176be
--- /dev/null
+++ b/docs/en/How-to-release.md
@@ -0,0 +1,16 @@
+Apache SkyWalking release guide
+--------------------
+
+Ref: 
+* http://tiles.apache.org/framework/dev/release.html
+* http://www.apache.org/dev/publishing-maven-artifacts.html#dev-env
+
+Important things list:
+* Maven releases, and the nexus staging repository, and download artifacts 
upload
+* All artifacts are published with .asc, .md5, *sha1 files
+* The *.asc files are signed with a gpg key that's part of apache's ring of 
trust
+* Sync'ing this to releases and tags in github
+* Making the internal announcements
+* Calling a vote
+* Moving the staging repository to a public repository, making download 
artifacts public
+* Making the final public announcement
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to