Skip to content

Commit

Permalink
[Java] Fix Javadoc warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed Jul 16, 2021
1 parent d6301c3 commit 0e71bda
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
*/
public final class UdpChannel
{
/**
* The offset from the beginning of a payload where the reserved value begins.
*/
public static final int RESERVED_VALUE_OFFSET = -8;

private static final AtomicInteger UNIQUE_CANONICAL_FORM_VALUE = new AtomicInteger();
Expand Down

0 comments on commit 0e71bda

Please sign in to comment.