> @@ -113,8 +128,8 @@ private static PrivateKey getKey(String privateKey) {
> }
> }
>
> - private static String loadFile(final String filePath) throws IOException {
> - return Files.toString(new File(filePath), Charsets.UTF_8);
> + private static String loadFile(final String filePath) throws IOException{
> + return Files.toString(new File(filePath), Charsets.UTF_8);
Fixing on `feature/docker-1.7`
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/190/files#r34796377