> + > +import org.jclouds.http.HttpRequest; > +import org.jclouds.rest.Binder; > + > +import java.util.List; > + > +/** > + * Binds a list of blocks to a putBlockList request > + * > + * <?xml version="1.0" encoding="utf-8"?> > + * <BlockList> > + * <Committed>first-base64-encoded-block-id</Committed> > + * <Uncommitted>second-base64-encoded-block-id</Uncommitted> > + * <Latest>third-base64-encoded-block-id</Latest> > + * ... > + * </BlockList>
Does this need to go into a `<pre>...` block or something like that to render properly in Javadoc? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/52/files#r5154177
