fabric: Remove unfinished argument types, add some javadoc, fix checkstyle issues

This commit is contained in:
jmp 2021-03-10 20:24:31 -08:00 committed by Jason
parent 78e7146ba3
commit d72558ee81
20 changed files with 145 additions and 416 deletions

View file

@ -100,6 +100,7 @@
<module name="LineLength">
<property name="fileExtensions" value="java"/>
<property name="max" value="140"/>
<property name="ignorePattern" value="^ *\* "/> <!-- Ignore long JavaDoc lines (i.e. a link) -->
</module>
<!-- Checks for whitespace -->