>     }
>  
>     /**
>      * Always close your service when you're done with it.
> -    * @throws IOException 
> +    *
> +    * Note that closing quietly like this is not necessary in Java 7.
> +    * You would use try-with-resources in the main method instead.
> +    * When jclouds switches to Java 7 the try/catch block below can be 
> removed.

Should be able to get to these comments later today.

On Oct 10, 2013, at 5:39 PM, Andrew Phillips wrote:


In 
rackspace/src/main/java/org/jclouds/examples/rackspace/clouddatabases/TestDatabase.java:

>     }
>
>     /**
>      * Always close your service when you're done with it.
> -    * @throws IOException
> +    *
> +    * Note that closing quietly like this is not necessary in Java 7.
> +    * You would use try-with-resources in the main method instead.
> +    * When jclouds switches to Java 7 the try/catch block below can be 
> removed.


See above comment

—
Reply to this email directly or view it on 
GitHub<https://github.com/jclouds/jclouds-examples/pull/21/files#r6903289>.

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

Reply via email to