>  
>      public static boolean isMacOSX() {
>          String osName = System.getProperty("os.name");
>          return osName.contains("OS X");
>      }
>  
> +    public static boolean isJava6() {
> +        System.out.println(System.getProperty("java.version", "None??"));

Debugging code?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/585/files#r19374921

Reply via email to