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-lang.git
The following commit(s) were added to refs/heads/master by this push:
new b8d96173a Javadoc
b8d96173a is described below
commit b8d96173a1dbb837362d61a3e2c94527f0b2abea
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Sep 18 11:15:34 2025 -0400
Javadoc
---
.../java/org/apache/commons/lang3/SystemProperties.java | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/main/java/org/apache/commons/lang3/SystemProperties.java
b/src/main/java/org/apache/commons/lang3/SystemProperties.java
index 15fe21f28..83a4376da 100644
--- a/src/main/java/org/apache/commons/lang3/SystemProperties.java
+++ b/src/main/java/org/apache/commons/lang3/SystemProperties.java
@@ -43,7 +43,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
* <p>
- * Not in Java 17 and 21 (Javadoc).
+ * Not in Java 17 and above (Javadoc).
* </p>
*
* @see <a
href="https://docs.oracle.com/en/java/javase/25/docs/api/system-properties.html">System
Properties</a>
@@ -235,7 +235,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
* <p>
- * Not in Java 17 and 21 (Javadoc).
+ * Not in Java 17 and above (Javadoc).
* </p>
*
* @see <a
href="https://docs.oracle.com/en/java/javase/25/docs/api/system-properties.html">java.awt.fonts</a>
@@ -245,7 +245,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
* <p>
- * Not in Java 17 and 21 (Javadoc).
+ * Not in Java 17 and above (Javadoc).
* </p>
*
* @see <a
href="https://docs.oracle.com/en/java/javase/25/docs/api/system-properties.html">java.awt.graphicsenv</a>
@@ -255,7 +255,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
* <p>
- * Not in Java 17 and 21 (Javadoc).
+ * Not in Java 17 and above (Javadoc).
* </p>
*
* @see <a
href="https://docs.oracle.com/en/java/javase/25/docs/api/system-properties.html">java.awt.headless</a>
@@ -265,7 +265,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
* <p>
- * Not in Java 17 and 21 (Javadoc).
+ * Not in Java 17 and above (Javadoc).
* </p>
*
* @see <a
href="https://docs.oracle.com/en/java/javase/25/docs/api/system-properties.html">java.awt.printerjob</a>
@@ -302,7 +302,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
* <p>
- * Not in Java 17 and 21 (Javadoc).
+ * Not in Java 17 and above (Javadoc).
* </p>
*/
public static final String JAVA_ENDORSED_DIRS = "java.endorsed.dirs";
@@ -310,7 +310,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
* <p>
- * Not in Java 17 and 21 (Javadoc).
+ * Not in Java 17 and above (Javadoc).
* </p>
*/
public static final String JAVA_EXT_DIRS = "java.ext.dirs";