diff --git a/src/main/java/org/apache/commons/lang3/SystemUtils.java b/src/main/java/org/apache/commons/lang3/SystemUtils.java index fb945b59c..099430a7e 100644 --- a/src/main/java/org/apache/commons/lang3/SystemUtils.java +++ b/src/main/java/org/apache/commons/lang3/SystemUtils.java @@ -438,10 +438,10 @@ public class SystemUtils { * sync with that System property. *

* - * @see SystemProperties#getJavaVersion() + * @see SystemProperties#getJavaVendor() * @since Java 1.1 */ - public static final String JAVA_VENDOR = SystemProperties.getJavaVersion(); + public static final String JAVA_VENDOR = SystemProperties.getJavaVendor(); /** * The {@code java.vendor.url} System Property. Java vendor URL.