> @@ -65,6 +63,9 @@ public static void main(String[] args) {
>           authentication.init(args);
>           authentication.authenticateOnCall();
>        }
> +      catch (Exception e) {
> +         e.printStackTrace();
> +      }

What do these blocks add? Would the exception not be printed when the program 
exits?

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

Reply via email to