> +import java.beans.ConstructorProperties; > + > +import com.google.common.base.Objects; > +import com.google.common.base.Objects.ToStringHelper; > + > +import static com.google.common.base.Preconditions.checkNotNull; > + > +/** > + * Connection information to connect to a server using VNC. > + * > + * @author Epi Vou > + * @see <a href="http://api.openstack.org/api-ref-compute-v2-ext.html" /> > + */ > +public class Console { > + > + public static Builder<?> builder() {
fixed --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/339/files#r11378267
