> +
> +/**
> + * This example creates a instance of a instance.
> + *
> + * @author Zack Shoylev
> + */
> +public class CreateDatabase implements Closeable {
> + private TroveApi api;
> + private InstanceApi instanceApi;
> + private DatabaseApi databaseApi;
> +
> + /**
> + * To get a username and API key see
> + * http://www.jclouds.org/documentation/quickstart/rackspace/
> + *
> + * The first argument (args[0]) must be your username The second argument
"The second..." should be on its own line.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-examples/pull/6/files#r5280171