fixed bug #743973, typo in HideUtilityClassContructor docs

This commit is contained in:
Lars Kühne 2003-05-29 06:19:05 +00:00
parent aa8763be0e
commit 38b9cdcf6e
2 changed files with 6 additions and 3 deletions

View File

@ -218,7 +218,7 @@ public class StringUtils // not final to allow subclassing
throw new UnsupportedOperationException(); // prevents calls from subclass
}
public int count(char c, String s) {
public static int count(char c, String s) {
// ...
}
}

View File

@ -69,8 +69,11 @@
<ul>
<li class="body">Fixed NPE when running ArrayTypeStyle check (bug
744573)</li>
<li class="body">Fixed NPE when running ArrayTypeStyle check (bug
744573)</li>
<li class="body">Typo in HideUtilityClassConstructor description (bug
743973)</li>
</ul>