> +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]
> +    * 
> +    * The first argument (args[0]) must be your service account email address
> +    * The second argument (args[1]) must a path to your service account

Fixed. Now it's the same as in CreateServer.java

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

Reply via email to