From 38b9cdcf6e600402175bca1897e5675d74ae25f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20K=C3=BChne?= Date: Thu, 29 May 2003 06:19:05 +0000 Subject: [PATCH] fixed bug #743973, typo in HideUtilityClassContructor docs --- docs/config_design.html | 2 +- docs/releasenotes.html | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/config_design.html b/docs/config_design.html index 60dad7ae9..bbf3a95fc 100644 --- a/docs/config_design.html +++ b/docs/config_design.html @@ -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) { // ... } } diff --git a/docs/releasenotes.html b/docs/releasenotes.html index 4eaad7d82..5559936f2 100644 --- a/docs/releasenotes.html +++ b/docs/releasenotes.html @@ -69,8 +69,11 @@