Small cleanup

This commit is contained in:
Oliver Burn 2002-02-06 05:33:59 +00:00
parent 46667e3599
commit 2ceae1b3c4
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@
<h3>Visibility Modifiers</h3>
<p>Checks for data members that are not declared <code>private</code>. Also finds <code>static</code> non-<code>final</code> data members that are not declared as <code>private</code>.</p>
<p>Note: you can turn on allowing <code>protected</code> or package visible data members.</p>
<p>Note: you can turn on allowing <code>protected</code> or <code>package</code> visible data members.</p>
<div class="tip">
<h4 class="tip">Tip</h4>