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-configuration.git


The following commit(s) were added to refs/heads/master by this push:
     new e0adee60 Java Java 5 Javadoc link with Java 8
e0adee60 is described below

commit e0adee6051280231260cc65972697cc6f1390eef
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Nov 12 09:34:43 2023 -0500

    Java Java 5 Javadoc link with Java 8
---
 .../org/apache/commons/configuration2/XMLPropertiesConfiguration.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/configuration2/XMLPropertiesConfiguration.java
 
b/src/main/java/org/apache/commons/configuration2/XMLPropertiesConfiguration.java
index ca4be005..a4baf705 100644
--- 
a/src/main/java/org/apache/commons/configuration2/XMLPropertiesConfiguration.java
+++ 
b/src/main/java/org/apache/commons/configuration2/XMLPropertiesConfiguration.java
@@ -41,8 +41,8 @@ import org.xml.sax.XMLReader;
 import org.xml.sax.helpers.DefaultHandler;
 
 /**
- * This configuration implements the XML properties format introduced in Java 
5.0, see
- * http://java.sun.com/j2se/1.5.0/docs/api/java/util/Properties.html. An XML 
properties file looks like this:
+ * This configuration implements the XML properties format introduced in Java, 
see
+ * https://docs.oracle.com/javase/8/docs/api/java/util/Properties.html. An XML 
properties file looks like this:
  *
  * <pre>
  * &lt;?xml version="1.0"?&gt;

Reply via email to