mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-12-04 12:51:09 -05:00
Add javadocs to BuiltinFlags.
This commit is contained in:
parent
fd7772a9b0
commit
8eaefa9cfc
1 changed files with 7 additions and 0 deletions
|
@ -1,6 +1,13 @@
|
|||
package com.github.steveice10.packetlib;
|
||||
|
||||
/**
|
||||
* Built-in PacketLib session flags.
|
||||
*/
|
||||
public class BuiltinFlags {
|
||||
/**
|
||||
* When set to true, prints exceptions that occur when attempting
|
||||
* to resolve DNS SRV records, rather than silently ignoring them.
|
||||
*/
|
||||
public static final String PRINT_DNS_ERRORS = "print-dns-errors";
|
||||
|
||||
private BuiltinFlags() {
|
||||
|
|
Loading…
Reference in a new issue