added <h2> headers

This commit is contained in:
Lars Kühne 2002-09-08 07:53:14 +00:00
parent 9ef57a9502
commit 218bbeb80d
1 changed files with 4 additions and 1 deletions

View File

@ -13,6 +13,8 @@ whether to check import statements. The property type is <a
href="property_types.html#boolean">boolean</a> and defaults to <span
class="default">false</span>.</p>
<h2>Unused imports</h2>
<p>Checkstyle uses a simple but very reliable algorithm to report on unused import statements. An import statement is considered unused if:</p>
<ul>
@ -31,6 +33,7 @@ class="default">false</span>.</p>
<li>The class imported is from the same package.</li>
</ul>
<h2>Illegal imports</h2>
<p>The property <span class="code">checkstyle.illegal.imports</span> contains
the set of import illegal package prefixes for import statements. The property
@ -44,4 +47,4 @@ Pure Java</a>.</p>
<p align="center">Copyright &copy; 2002 Oliver Burn. All rights Reserved.</p>
</body>
</html>
</html>