> +            multipartUploadExample(context);
> +            break;
> +         case 3:
> +            interruptionExample(context);
> +            break;
> +         case 4:
> +            providerExample(context);
> +            break;
> +         case 5:
> +            return false;
> +         default:
> +            System.out.println("Not a valid option");
> +            break;
> +         }
> +      }
> +      catch(InputMismatchException e){

[minor] Space before `{` here and throughout this `try` block?

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

Reply via email to