> + } > + > + public Distribution getDistribution() { > + return distribution; > + } > + > + public String getVersion() { > + return version; > + } > + > + public String getArch() { > + return arch; > + } > + > + public boolean is64bit() { > + return "x64".equals(arch);
Use constant? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/49/files#r9165745