Added CoreOS to the OSFamily enum

This commit is contained in:
Ignasi Barrera 2015-06-11 09:43:09 +02:00
parent 06f1b13200
commit 352644876f
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ import static com.google.common.base.CaseFormat.UPPER_UNDERSCORE;
* Running Operating system
*/
public enum OsFamily {
UNRECOGNIZED, AIX, ARCH, CENTOS, DARWIN, DEBIAN, ESX, FEDORA, FREEBSD, GENTOO, HPUX, LINUX,
UNRECOGNIZED, AIX, ARCH, CENTOS, DARWIN, DEBIAN, ESX, FEDORA, FREEBSD, GENTOO, HPUX, LINUX, COREOS,
/**
* @see <a href="http://smartos.org">SmartOS</a>
*/