> +import com.google.common.collect.ImmutableList; > +import com.google.common.collect.ImmutableMap; > + > +/** > + * An image the Glance server knows about > + * > + * @author Ignacio Mulas > + * > + * @see <a href= "http://glance.openstack.org/glanceapi.html" /> > + * @see <a href= > + * > "https://github.com/openstack/glance/blob/master/glance/api/v2/images.py" > + * /> > + */ > +public class Image extends Resource { > + > + public static final String IMAGE = "image", ID = "id", NAME = "name", > VISIBILITY = "visibility",
A bit hard to read. Separate lines? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/77/files#r9123127