Skip to content

Commit b8d9617

Browse files
committed
Javadoc
1 parent 533396f commit b8d9617

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/main/java/org/apache/commons/lang3/SystemProperties.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public final class SystemProperties {
4343
/**
4444
* The System property name {@value}.
4545
* <p>
46-
* Not in Java 17 and 21 (Javadoc).
46+
* Not in Java 17 and above (Javadoc).
4747
* </p>
4848
*
4949
* @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 {
235235
/**
236236
* The System property name {@value}.
237237
* <p>
238-
* Not in Java 17 and 21 (Javadoc).
238+
* Not in Java 17 and above (Javadoc).
239239
* </p>
240240
*
241241
* @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 {
245245
/**
246246
* The System property name {@value}.
247247
* <p>
248-
* Not in Java 17 and 21 (Javadoc).
248+
* Not in Java 17 and above (Javadoc).
249249
* </p>
250250
*
251251
* @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 {
255255
/**
256256
* The System property name {@value}.
257257
* <p>
258-
* Not in Java 17 and 21 (Javadoc).
258+
* Not in Java 17 and above (Javadoc).
259259
* </p>
260260
*
261261
* @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 {
265265
/**
266266
* The System property name {@value}.
267267
* <p>
268-
* Not in Java 17 and 21 (Javadoc).
268+
* Not in Java 17 and above (Javadoc).
269269
* </p>
270270
*
271271
* @see <a href="https://docs.oracle.com/en/java/javase/25/docs/api/system-properties.html">java.awt.printerjob</a>
@@ -302,15 +302,15 @@ public final class SystemProperties {
302302
/**
303303
* The System property name {@value}.
304304
* <p>
305-
* Not in Java 17 and 21 (Javadoc).
305+
* Not in Java 17 and above (Javadoc).
306306
* </p>
307307
*/
308308
public static final String JAVA_ENDORSED_DIRS = "java.endorsed.dirs";
309309

310310
/**
311311
* The System property name {@value}.
312312
* <p>
313-
* Not in Java 17 and 21 (Javadoc).
313+
* Not in Java 17 and above (Javadoc).
314314
* </p>
315315
*/
316316
public static final String JAVA_EXT_DIRS = "java.ext.dirs";

0 commit comments

Comments
 (0)