> +         System.out.print(".");
> +      }
> +
> +      @Override
> +      public void onFailure(Throwable t) {
> +         System.out.print("X");
> +      }
> +   }
> +
> +   /**
> +    * An immutable class for holding details about an object. When an object 
> has been successfully uploaded the 
> +    * eTag will be present.
> +    */
> +   public static class BlobDetail {
> +      private String remoteBlobName;
> +      private File localFile;

Make these two `final`?

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

Reply via email to