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 @@