List of usage examples for com.google.common.base StandardSystemProperty JAVA_VENDOR_URL
StandardSystemProperty JAVA_VENDOR_URL
To view the source code for com.google.common.base StandardSystemProperty JAVA_VENDOR_URL.
Click Source Link
From source file:org.killbill.billing.server.updatechecker.ClientInfo.java
public String getJavaVendorURL() { return getProperty(StandardSystemProperty.JAVA_VENDOR_URL); }