Skip to content

Commit

Permalink
Allow imports for javadoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
gk5885 committed Jun 19, 2013
1 parent d09630d commit e825c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<module name="AvoidStarImport"/>
<module name="IllegalImport"/> <!-- defaults to sun.* packages -->
<module name="RedundantImport"/>
<module name="UnusedImports"/>
<module name="UnusedImports" processJavadoc="true"/>


<!-- Checks for Size Violations. -->
Expand Down

0 comments on commit e825c67

Please sign in to comment.