Skip to content

Commit

Permalink
Update max line length to 120.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Woods committed Nov 7, 2013
1 parent 88f4392 commit c688b37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@
target/
*~
2 changes: 1 addition & 1 deletion src/main/resources/fcrepo-checkstyle/checkstyle.xml
Expand Up @@ -47,7 +47,7 @@
<module name="AvoidStarImport"/>
<!-- Checks for long lines. -->
<module name="LineLength">
<property name="severity" value="warning"/>
<property name="max" value="120"/>
</module>
<!-- Write Javadocs for public methods and classes. Keep it short and to the point
/**
Expand Down

0 comments on commit c688b37

Please sign in to comment.