Skip to content

Commit

Permalink
Fix javadoc error (java-native-access#107)
Browse files Browse the repository at this point in the history
Motivation:

We should not see any errors due javadocs

Modification:

Fix javadoc error

Result:

./mvnw javadoc:javadoc dont fail
  • Loading branch information
normanmaurer authored Dec 18, 2020
1 parent 8353528 commit 0f7a61b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public final B earlyData(boolean enable) {
/**
* Set the application protocols to use. These are converted to wire-format.
*
* @see {@link #applicationProtocols(byte[])}.
* @see #applicationProtocols(byte[])
*
* @param protocols the application protocols.
* @return the instance itself.
Expand Down

0 comments on commit 0f7a61b

Please sign in to comment.