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