Fix links in Javadoc

Closes gh-25448
This commit is contained in:
XenoAmess
2020-07-22 16:24:55 +08:00
committed by GitHub
parent fa0a1446f0
commit c7f44ff671
9 changed files with 10 additions and 10 deletions

View File

@@ -268,7 +268,7 @@ public class ProtobufDecoder extends ProtobufCodecSupport implements Decoder<Mes
*
* @return {code true} when the message size is parsed successfully, {code false} when the message size is
* truncated
* @see <a href ="https://developers.google.com/protocol-buffers/docs/encoding#varints">Base 128 Varints</a>
* @see <a href="https://developers.google.com/protocol-buffers/docs/encoding#varints">Base 128 Varints</a>
*/
private boolean readMessageSize(DataBuffer input) {
if (this.offset == 0) {