> +import static 
> org.jclouds.compute.config.ComputeServiceProperties.POLL_INITIAL_PERIOD;
> +import static 
> org.jclouds.compute.config.ComputeServiceProperties.POLL_MAX_PERIOD;
> +import static org.jclouds.compute.predicates.NodePredicates.inGroup;
> +import static org.jclouds.examples.google.computeengine.Constants.*;
> +
> +/**
> + * This example destroys the server created in the CreateServer example. 
> + *  
> + * @author Marek Wieczorek (based on code by Everett Toews)
> + */
> +public class DeleteServer implements Closeable {
> +   private ComputeService computeService;
> +
> +   /**
> +    * To get a service account and its private key see [TODO: write some 
> documentation on
> +    * the website and put a link to it]

Remove the "TODO"? ;-)

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-examples/pull/47/files#r12289920

Reply via email to