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-jexl.git
The following commit(s) were added to refs/heads/master by this push:
new a032c01b Update Javadoc links from Java 6 to 8
a032c01b is described below
commit a032c01b86b504b5a603c23250ba434dd42b5ffc
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jan 8 11:10:16 2026 -0500
Update Javadoc links from Java 6 to 8
---
src/site/xdoc/reference/examples.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/site/xdoc/reference/examples.xml
b/src/site/xdoc/reference/examples.xml
index 2fe1d7c7..0943d210 100644
--- a/src/site/xdoc/reference/examples.xml
+++ b/src/site/xdoc/reference/examples.xml
@@ -69,7 +69,7 @@
The easiest way of obtaining a context is to use the
<a
href="https://commons.apache.org/jexl/apidocs/org/apache/commons/jexl3/MapContext.html#MapContext()">new
MapContext()</a>
statement. This creates a context implemented using an underlying
- <a
href="https://docs.oracle.com/javase/6/docs/api/java/util/HashMap.html">HashMap</a>
+ <a
href="https://docs.oracle.com/javase/8/docs/api/java/util/HashMap.html">HashMap</a>
</p>
<p>
<a
href="https://commons.apache.org/jexl/apidocs/org/apache/commons/jexl3/Expression.html">Expressions</a>
are