This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new b9ca106 Update Javadoc
b9ca106 is described below
commit b9ca106b27360bebe21a917da97cf8493474674d
Author: Mark Thomas <[email protected]>
AuthorDate: Sat Aug 21 19:12:12 2021 +0100
Update Javadoc
---
java/org/apache/tomcat/util/digester/package.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/java/org/apache/tomcat/util/digester/package.html
b/java/org/apache/tomcat/util/digester/package.html
index 3d20be4..207cafe 100644
--- a/java/org/apache/tomcat/util/digester/package.html
+++ b/java/org/apache/tomcat/util/digester/package.html
@@ -867,8 +867,8 @@ There are many good regex libraries available. (For example
<a href='https://jakarta.apache.org/oro/index.html'>Jakarta ORO</a>,
<a href='https://jakarta.apache.org/regexp/index.html'>Jakarta Regex</a>,
<a href='http://www.cacas.org/java/gnu/regexp/'>GNU Regex</a> and
-<a
href='http://java.sun.com/j2se/1.4.2/docs/api/java/util/regex/package-summary.html'>
-Java 1.4 Regex</a>)
+<a
href='https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/regex/package-summary.html'>
+Java Regex</a>)
Not only do different people have different personal tastes when it comes to
regular expression matching but these products all offer different
functionality
and different strengths.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]