>
> String password = instanceApi.enableRoot(getInstance().getId()); //
> enable root on the instance
>
> - System.out.println(" " + password);
> + System.out.format(" Password: %s%n", password);This stuff can never be too clear. I'll comment it here and in TestDatabase. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-examples/pull/21/files#r6974108
