fabric: Remove unfinished argument types, add some javadoc, fix checkstyle issues
This commit is contained in:
parent
78e7146ba3
commit
d72558ee81
20 changed files with 145 additions and 416 deletions
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue