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 f4762c32f Javadoc
f4762c32f is described below
commit f4762c32fd8f0506a81ae1e9b49a494c77840922
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Oct 21 09:29:20 2025 -0400
Javadoc
---
src/main/java/org/apache/commons/lang3/SystemUtils.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/lang3/SystemUtils.java
b/src/main/java/org/apache/commons/lang3/SystemUtils.java
index 92c785297..6603be797 100644
--- a/src/main/java/org/apache/commons/lang3/SystemUtils.java
+++ b/src/main/java/org/apache/commons/lang3/SystemUtils.java
@@ -209,7 +209,7 @@ public class SystemUtils {
*
* @see SystemProperties#getJavaCompiler()
* @since Java 1.2. Not used in Sun versions after 1.2.
- * @deprecated Deprecated without replacement.
+ * @deprecated Deprecated without replacement; see
https://bugs.openjdk.org/browse/JDK-8305998
*/
@Deprecated
public static final String JAVA_COMPILER =
SystemProperties.getJavaCompiler();