> /** > * @see <a href="http://msdn.microsoft.com/en-us/library/jj157176" >api</a> > */ > public class DiskHandler extends > ParseSax.HandlerForGeneratedRequestWithResult<Disk> { > > - protected final AttachmentHandler attachmentHandler; > + private final AttachmentHandler attachmentHandler;
Some obvious things that should have never been shared I changed to private --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/76/files#r18261987
