Skip to content

Commit 75f9aa6

Browse files
committed
Javadoc
1 parent 0c58cce commit 75f9aa6

File tree

1 file changed

+35
-16
lines changed

1 file changed

+35
-16
lines changed

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

Lines changed: 35 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
import org.apache.commons.lang3.function.Suppliers;
2626

2727
/**
28-
* Accesses current system property names and values.
28+
* Accesses current <a href="https://docs.oracle.com/en/java/javase/25/docs/api/system-properties.html">System Property</a> names and values.
2929
*
3030
* @see <a href="https://docs.oracle.com/en/java/javase/25/docs/api/system-properties.html">System Properties</a>
3131
* @since 3.13.0
@@ -43,7 +43,7 @@ public final class SystemProperties {
4343
/**
4444
* The System property name {@value}.
4545
* <p>
46-
* Not in Java 17 and above (Javadoc).
46+
* Not in Java 17 and above according to <a href="https://docs.oracle.com/en/java/javase/25/docs/api/system-properties.html">System Properties</a> Javadoc.
4747
* </p>
4848
*
4949
* @see <a href="https://docs.oracle.com/en/java/javase/25/docs/api/system-properties.html">System Properties</a>
@@ -237,10 +237,10 @@ public final class SystemProperties {
237237
/**
238238
* The System property name {@value}.
239239
* <p>
240-
* Not in Java 17 and above (Javadoc).
240+
* Not in Java 17 and above according to <a href="https://docs.oracle.com/en/java/javase/25/docs/api/system-properties.html">System Properties</a> Javadoc.
241241
* </p>
242242
*
243-
* @see <a href="https://docs.oracle.com/en/java/javase/25/docs/api/system-properties.html">java.awt.fonts</a>
243+
* @see <a href="https://docs.oracle.com/en/java/javase/25/docs/api/system-properties.html">System Properties</a>
244244
* @deprecated Deprecated without replacement.
245245
*/
246246
@Deprecated
@@ -249,10 +249,10 @@ public final class SystemProperties {
249249
/**
250250
* The System property name {@value}.
251251
* <p>
252-
* Not in Java 17 and above (Javadoc).
252+
* Not in Java 17 and above according to <a href="https://docs.oracle.com/en/java/javase/25/docs/api/system-properties.html">System Properties</a> Javadoc.
253253
* </p>
254254
*
255-
* @see <a href="https://docs.oracle.com/en/java/javase/25/docs/api/system-properties.html">java.awt.graphicsenv</a>
255+
* @see <a href="https://docs.oracle.com/en/java/javase/25/docs/api/system-properties.html">System Properties</a>
256256
* @deprecated Deprecated without replacement.
257257
*/
258258
@Deprecated
@@ -261,10 +261,10 @@ public final class SystemProperties {
261261
/**
262262
* The System property name {@value}.
263263
* <p>
264-
* Not in Java 17 and above (Javadoc).
264+
* Not in Java 17 and above according to <a href="https://docs.oracle.com/en/java/javase/25/docs/api/system-properties.html">System Properties</a> Javadoc.
265265
* </p>
266266
*
267-
* @see <a href="https://docs.oracle.com/en/java/javase/25/docs/api/system-properties.html">java.awt.headless</a>
267+
* @see <a href="https://docs.oracle.com/en/java/javase/25/docs/api/system-properties.html">System Properties</a>
268268
* @deprecated Deprecated without replacement.
269269
*/
270270
@Deprecated
@@ -273,10 +273,10 @@ public final class SystemProperties {
273273
/**
274274
* The System property name {@value}.
275275
* <p>
276-
* Not in Java 17 and above (Javadoc).
276+
* Not in Java 17 and above according to <a href="https://docs.oracle.com/en/java/javase/25/docs/api/system-properties.html">System Properties</a> Javadoc.
277277
* </p>
278278
*
279-
* @see <a href="https://docs.oracle.com/en/java/javase/25/docs/api/system-properties.html">java.awt.printerjob</a>
279+
* @see <a href="https://docs.oracle.com/en/java/javase/25/docs/api/system-properties.html">System Properties</a>
280280
* @deprecated Deprecated without replacement.
281281
*/
282282
@Deprecated
@@ -297,7 +297,7 @@ public final class SystemProperties {
297297
/**
298298
* The System property name {@value}.
299299
* <p>
300-
* Not in Java 17 and above (Javadoc).
300+
* Not in Java 17 and above according to <a href="https://docs.oracle.com/en/java/javase/25/docs/api/system-properties.html">System Properties</a> Javadoc.
301301
* </p>
302302
*
303303
* @see <a href="https://bugs.openjdk.org/browse/JDK-8305998">JDK-8305998</a>
@@ -319,9 +319,10 @@ public final class SystemProperties {
319319
/**
320320
* The System property name {@value}.
321321
* <p>
322-
* Not in Java 17 and above (Javadoc).
322+
* Not in Java 17 and above according to <a href="https://docs.oracle.com/en/java/javase/25/docs/api/system-properties.html">System Properties</a> Javadoc.
323323
* </p>
324324
*
325+
* @see <a href="https://docs.oracle.com/en/java/javase/25/docs/api/system-properties.html">System Properties</a>
325326
* @deprecated Deprecated without replacement.
326327
*/
327328
@Deprecated
@@ -330,9 +331,10 @@ public final class SystemProperties {
330331
/**
331332
* The System property name {@value}.
332333
* <p>
333-
* Not in Java 17 and above (Javadoc).
334+
* Not in Java 17 and above according to <a href="https://docs.oracle.com/en/java/javase/25/docs/api/system-properties.html">System Properties</a> Javadoc.
334335
* </p>
335336
*
337+
* @see <a href="https://docs.oracle.com/en/java/javase/25/docs/api/system-properties.html">System Properties</a>
336338
* @deprecated Deprecated without replacement.
337339
*/
338340
@Deprecated
@@ -1429,6 +1431,8 @@ public final class SystemProperties {
14291431
/**
14301432
* The System property name {@value}.
14311433
*
1434+
* @see <a href=
1435+
* "https://docs.oracle.com/en/java/javase/25/docs/api/jdk.httpserver/module-summary.html#sun.net.httpserver.drainAmount">sun.net.httpserver.drainAmount</a>
14321436
* @see <a href="https://docs.oracle.com/en/java/javase/25/docs/api/system-properties.html">System Properties</a>
14331437
* @since 3.15.0
14341438
*/
@@ -1437,6 +1441,8 @@ public final class SystemProperties {
14371441
/**
14381442
* The System property name {@value}.
14391443
*
1444+
* @see <a href=
1445+
* "https://docs.oracle.com/en/java/javase/25/docs/api/jdk.httpserver/module-summary.html#sun.net.httpserver.idleInterval">sun.net.httpserver.idleInterval</a>
14401446
* @see <a href="https://docs.oracle.com/en/java/javase/25/docs/api/system-properties.html">System Properties</a>
14411447
* @since 3.15.0
14421448
*/
@@ -1445,6 +1451,8 @@ public final class SystemProperties {
14451451
/**
14461452
* The System property name {@value}.
14471453
*
1454+
* @see <a href=
1455+
* "https://docs.oracle.com/en/java/javase/25/docs/api/jdk.httpserver/module-summary.html#sun.net.httpserver.maxIdleConnections">sun.net.httpserver.maxIdleConnections</a>
14481456
* @see <a href="https://docs.oracle.com/en/java/javase/25/docs/api/system-properties.html">System Properties</a>
14491457
* @since 3.15.0
14501458
*/
@@ -1453,6 +1461,8 @@ public final class SystemProperties {
14531461
/**
14541462
* The System property name {@value}.
14551463
*
1464+
* @see <a href=
1465+
* "https://docs.oracle.com/en/java/javase/25/docs/api/jdk.httpserver/module-summary.html#sun.net.httpserver.maxReqHeaders">sun.net.httpserver.maxReqHeaders</a>
14561466
* @see <a href="https://docs.oracle.com/en/java/javase/25/docs/api/system-properties.html">System Properties</a>
14571467
* @since 3.15.0
14581468
*/
@@ -1461,6 +1471,8 @@ public final class SystemProperties {
14611471
/**
14621472
* The System property name {@value}.
14631473
*
1474+
* @see <a href=
1475+
* "https://docs.oracle.com/en/java/javase/25/docs/api/jdk.httpserver/module-summary.html#sun.net.httpserver.maxReqTime">sun.net.httpserver.maxReqTime</a>
14641476
* @see <a href="https://docs.oracle.com/en/java/javase/25/docs/api/system-properties.html">System Properties</a>
14651477
* @since 3.15.0
14661478
*/
@@ -1469,6 +1481,8 @@ public final class SystemProperties {
14691481
/**
14701482
* The System property name {@value}.
14711483
*
1484+
* @see <a href=
1485+
* "https://docs.oracle.com/en/java/javase/25/docs/api/jdk.httpserver/module-summary.html#sun.net.httpserver.maxRspTime">sun.net.httpserver.maxRspTime</a>
14721486
* @see <a href="https://docs.oracle.com/en/java/javase/25/docs/api/system-properties.html">System Properties</a>
14731487
* @since 3.15.0
14741488
*/
@@ -1477,6 +1491,8 @@ public final class SystemProperties {
14771491
/**
14781492
* The System property name {@value}.
14791493
*
1494+
* @see <a href=
1495+
* "https://docs.oracle.com/en/java/javase/25/docs/api/jdk.httpserver/module-summary.html#sun.net.httpserver.nodelay">sun.net.httpserver.nodelay</a>
14801496
* @see <a href="https://docs.oracle.com/en/java/javase/25/docs/api/system-properties.html">System Properties</a>
14811497
* @since 3.15.0
14821498
*/
@@ -1485,6 +1501,8 @@ public final class SystemProperties {
14851501
/**
14861502
* The System property name {@value}.
14871503
*
1504+
* @see <a href=
1505+
* "https://docs.oracle.com/en/java/javase/25/docs/api/jdk.httpserver/module-summary.html#sun.security.krb5.principal">sun.security.krb5.principal</a>
14881506
* @see <a href="https://docs.oracle.com/en/java/javase/25/docs/api/system-properties.html">System Properties</a>
14891507
* @since 3.15.0
14901508
*/
@@ -1949,7 +1967,7 @@ public static int getInt(final String key, final IntSupplier defaultIfAbsent) {
19491967
* </p>
19501968
*
19511969
* @return The system property value or {@code null} if the property is absent or a security problem occurs.
1952-
* @see <a href="https://docs.oracle.com/en/java/javase/25/docs/api/system-properties.html">java.awt.fonts</a>
1970+
* @see <a href="https://docs.oracle.com/en/java/javase/25/docs/api/system-properties.html">System Properties</a>
19531971
* @see #JAVA_AWT_FONTS
19541972
* @deprecated Deprecated without replacement.
19551973
*/
@@ -1965,6 +1983,7 @@ public static String getJavaAwtFonts() {
19651983
* </p>
19661984
*
19671985
* @return The system property value or {@code null} if the property is absent or a security problem occurs.
1986+
* @see <a href="https://docs.oracle.com/en/java/javase/25/docs/api/system-properties.html">System Properties</a>
19681987
* @deprecated Deprecated without replacement.
19691988
*/
19701989
@Deprecated
@@ -1979,7 +1998,7 @@ public static String getJavaAwtGraphicsenv() {
19791998
* </p>
19801999
*
19812000
* @return The system property value or {@code null} if the property is absent or a security problem occurs.
1982-
* @see <a href="https://docs.oracle.com/en/java/javase/25/docs/api/system-properties.html">java.awt.graphicsenv</a>
2001+
* @see <a href="https://docs.oracle.com/en/java/javase/25/docs/api/system-properties.html">System Properties</a>
19832002
* @see #JAVA_AWT_HEADLESS
19842003
* @deprecated Deprecated without replacement.
19852004
*/
@@ -1995,7 +2014,7 @@ public static String getJavaAwtHeadless() {
19952014
* </p>
19962015
*
19972016
* @return The system property value or {@code null} if the property is absent or a security problem occurs.
1998-
* @see <a href="https://docs.oracle.com/en/java/javase/25/docs/api/system-properties.html">java.awt.printerjob</a>
2017+
* @see <a href="https://docs.oracle.com/en/java/javase/25/docs/api/system-properties.html">System Properties</a>
19992018
* @see #JAVA_AWT_PRINTERJOB
20002019
* @deprecated Deprecated without replacement.
20012020
*/

0 commit comments

Comments
 (0)