> }
>
> private void createSnapshot(Volume volume) throws TimeoutException {
> - System.out.println("Create Snapshot");
> + System.out.format("Create Snapshot%n");Just out of curiosity, what's the motivation behind the `println`->`format` change, especially in cases like this where no interpolation is required? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-examples/pull/17/files#r6300018
