未验证 提交 dff92035 编写于 作者: K kezhenxu94

Fix JavaDoc failure

上级 165c4d3b
......@@ -68,7 +68,6 @@ public class CodecUtils {
* CarrierItem}, and so on.
*
* @param swContextCarrier the swContextCarrier to encode
* @return
*/
static Buf encode(SWContextCarrier swContextCarrier) {
if (StringUtil.isNotEmpty(swContextCarrier.getOperationName())
......@@ -105,7 +104,6 @@ public class CodecUtils {
* For convenient, we use {@link ByteBuffer} to wrap byte array.
*
* @param buf the byte array to decode
* @return
*/
static SWContextCarrier decode(Buf buf) {
try {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册