This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-dbutils.git
commit fc2eaed5c97de3d2ce8d11224b4710a3acda352b Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Mar 5 14:12:13 2021 -0500 Typo. --- sb-excludes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sb-excludes.xml b/sb-excludes.xml index 290a7c7..36e7de5 100644 --- a/sb-excludes.xml +++ b/sb-excludes.xml @@ -28,7 +28,7 @@ <Method name="printWarnings" /> <Bug pattern="DM_DEFAULT_ENCODING" /> </Match> - <!-- The javadocs state and the called code shows that null can be returned. --> + <!-- The Javadocs state and the called code shows that null can be returned. --> <Match> <Class name="org.apache.commons.dbutils.QueryLoader" /> <Method name="loadQueries" />