Skip to content

Commit 0f7a61b

Browse files
authored
Fix javadoc error (java-native-access#107)
Motivation: We should not see any errors due javadocs Modification: Fix javadoc error Result: ./mvnw javadoc:javadoc dont fail
1 parent 8353528 commit 0f7a61b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/netty/incubator/codec/quic/QuicCodecBuilder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public final B earlyData(boolean enable) {
146146
/**
147147
* Set the application protocols to use. These are converted to wire-format.
148148
*
149-
* @see {@link #applicationProtocols(byte[])}.
149+
* @see #applicationProtocols(byte[])
150150
*
151151
* @param protocols the application protocols.
152152
* @return the instance itself.

0 commit comments

Comments
 (0)