Avoid lower-case l literal suffix

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'
4 files changed
tree: 5a511aa862a61a892c6e95e9eeb08a3ddf7063fb
  1. abiquo/
  2. azurecompute/
  3. azurecompute-arm/
  4. b2/
  5. cdmi/
  6. cloudsigma2/
  7. cloudsigma2-hnl/
  8. cloudsigma2-lvs/
  9. cloudsigma2-mia/
  10. cloudsigma2-sjc/
  11. cloudsigma2-wdc/
  12. cloudsigma2-zrh/
  13. h2-jdbc/
  14. jdbc/
  15. joyent-cloudapi/
  16. joyentcloud/
  17. oneandone/
  18. profitbricks-rest/
  19. .gitignore
  20. CONTRIBUTING.md
  21. pom.xml
  22. README.md
README.md

jclouds Labs

Repository for incubator providers and APIs

License

Copyright (C) 2009-2014 The Apache Software Foundation

Licensed under the Apache License, Version 2.0