> +      
> +      return metadata;
> +   }
> +
> +   /**
> +    * Static utility method to convert a Python timestamp to a Java {@link 
> Date}. For example, 
> +    * the timestamp returned from the API is a String in the form 
> "1368738007.90714". 
> +    * This method handles the necessary conversion.
> +    * 
> +    * @param inTimestamp the timestamp to convert.
> +    * 
> +    * @return the converted {@link Date} 
> +    * 
> +    * @see Python's <a 
> href="http://docs.python.org/2/library/time.html";><code>time.time()</code></a>
>  method
> +    */
> +   public static Date convertTimestamp(String inTimestamp) {

I think "jclouds style" for all these three methods would be to create helper 
or utility Functions instead, and put them in a separate class.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/17/files#r6383569

Reply via email to