fix: javadoc tag issue in ServerFlag :|

This commit is contained in:
mworzala 2024-02-09 14:31:25 -05:00
parent f1e72d6125
commit a214d9d565
No known key found for this signature in database
GPG Key ID: B148F922E64797C7
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ import org.jetbrains.annotations.Nullable;
/**
* Contains server settings/flags to be set with system properties.
* <p/>
* Some flags (labeled at the bottom) are experimental. They may be removed without notice, and may have issues.
*
* <p>Some flags (labeled at the bottom) are experimental. They may be removed without notice, and may have issues.</p>
*/
public final class ServerFlag {