mirror of
https://github.com/apache/jclouds.git
synced 2025-02-12 13:06:14 +00:00
Readers can confuse this with 1. Found via error-prone. Fixed via: find -name \*.java | xargs sed -i 's/\( [0-9][0-9]*\)l/\1L/g' find -name \*.java | xargs sed -i 's/\(([0-9][0-9]*\)l/\1L/g'
# # A driver to run jclouds on Google App Engine (http://code.google.com/appengine/). # # Expects the joda-time JAR (see drivers/joda) to be present on your application's classpath. # # TODO: Usage example.