Skip to content

Commit

Permalink
fix release failed. (sofastack#686)
Browse files Browse the repository at this point in the history
  • Loading branch information
zonghaishang authored Jun 21, 2019
1 parent fddef3e commit a7bceb0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,8 @@
<author>false</author>
<keywords>true</keywords>
<quiet>true</quiet>
<failOnError>false</failOnError>
<additionalparam>-Xdoclint:none</additionalparam>
<includeDependencySources>true</includeDependencySources>
<dependencySourceIncludes>
<dependencySourceInclude>com.alipay.sofa:sofa-rpc-*</dependencySourceInclude>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
import static com.alipay.sofa.rpc.common.RpcConstants.INTERNAL_KEY_APP_NAME;

/**
* 客户端:startRpc ——> filter --> beforeSend --> 存入tracer信息 --> clientReceived
* 服务端:serverReceived --> filter --> serverSend
* 客户端:startRpc ——&gt; filter --&gt; beforeSend --&gt; 存入tracer信息 --&gt; clientReceived
* 服务端:serverReceived --&gt; filter --&gt; serverSend
*
* @author <a href="mailto:[email protected]">LiWei.Liangen</a>
*/
Expand Down

0 comments on commit a7bceb0

Please sign in to comment.