A full reorganization of the networking logic

While we're at it, make the packet files mostly Checkstyle clean, except for Javadocs (not very useful)
This commit is contained in:
Andrew Steinborn
2023-10-27 18:38:26 -04:00
parent 67a6d27123
commit 115ac92d5c
169 changed files with 991 additions and 944 deletions

View File

@@ -33,7 +33,7 @@
<module name="SuppressionFilter">
<property name="file" value="${org.checkstyle.google.suppressionfilter.config}"
default="checkstyle-suppressions.xml" />
<property name="optional" value="true"/>
<!--<property name="optional" value="true"/>-->
</module>
<!-- Checks for whitespace -->