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-digester.git
The following commit(s) were added to refs/heads/master by this push: new d3d807d1 Javadoc d3d807d1 is described below commit d3d807d1e2be8678d1d9a7612fa584cdb46c9782 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat May 18 10:07:00 2024 -0400 Javadoc --- .../src/main/java/org/apache/commons/digester3/SimpleRegexMatcher.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons-digester3-core/src/main/java/org/apache/commons/digester3/SimpleRegexMatcher.java b/commons-digester3-core/src/main/java/org/apache/commons/digester3/SimpleRegexMatcher.java index 590e28a7..57aa8d83 100644 --- a/commons-digester3-core/src/main/java/org/apache/commons/digester3/SimpleRegexMatcher.java +++ b/commons-digester3-core/src/main/java/org/apache/commons/digester3/SimpleRegexMatcher.java @@ -74,7 +74,7 @@ public class SimpleRegexMatcher } /** - * Implementation of regex matching algorithm. This calls itself recursively. + * Implements a regex matching algorithm. This calls itself recursively. * * @param basePattern the standard digester path representing the element * @param regexPattern the regex pattern the path will be tested against