> + */ > +package org.jclouds.examples.rackspace.clouddatabases; > + > +import static com.google.common.io.Closeables.closeQuietly; > + > +import java.io.Closeable; > +import java.util.concurrent.TimeoutException; > + > +import org.jclouds.ContextBuilder; > +import org.jclouds.openstack.trove.v1.TroveApi; > +import org.jclouds.openstack.trove.v1.domain.Instance; > +import org.jclouds.openstack.trove.v1.features.DatabaseApi; > +import org.jclouds.openstack.trove.v1.features.InstanceApi; > + > +/** > + * This example creates a instance of a instance.
'a' should be 'an' "instance of a instance" doesn't sound right. How about just "...creates a database instance". --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-examples/pull/6/files#r5280160
