LANG-1699: Corrected value of SystemUtils.JAVA_VENDOR (#1066)
This commit is contained in:
parent
c646f494bb
commit
def9f76bca
|
@ -438,10 +438,10 @@ public class SystemUtils {
|
|||
* sync with that System property.
|
||||
* </p>
|
||||
*
|
||||
* @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.
|
||||
|
|
Loading…
Reference in New Issue