You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by mikolajz <no...@github.com> on 2014/06/07 23:32:22 UTC

Re: [jclouds-examples] Small fixes to GCE example (#48)

> @@ -144,8 +144,9 @@ private Hardware getHardware() {
>        }
>  
>        if (result == null) {
> -         System.err.println("f1-micro flavor not found. Using first flavor found.%n");
> +         System.err.println("f1-micro flavor not found. Using first flavor found:%n");

> [minor] "found: %n"?
Right, no %n is needed, as I'm already using println.

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