Global import optimize.

This is the result of running 'Optimize imports' on the entire project.
Unfortunately it appears that while checkstyle _requires_ an empty line between
import groups, it doesn't care if there extraneous empty lines.
I double-checked our checkstyle config against docs, and don't see anything we
can tune here.

Testing Done:
./gradlew build

Reviewed at https://reviews.apache.org/r/16576/
149 files changed
tree: d2200ad282a48c34dc2374470d6919cc1171f338
  1. 3rdparty/
  2. aurora/
  3. build-support/
  4. config/
  5. docs/
  6. examples/
  7. gradle/
  8. src/
  9. .auroraversion
  10. .gitignore
  11. .pantsversion
  12. .reviewboardrc
  13. BUILD
  14. build.gradle
  15. gradlew
  16. LICENSE
  17. pants
  18. pants.ini
  19. rbt
  20. README.md
  21. Vagrantfile
README.md

Apache Aurora is a service scheduler that runs on top of Mesos, enabling you to run long-running services that take advantage of Mesos' scalability, fault-tolerance, and resource isolation. Apache Aurora is currently a part of the Apache Incubator.

Getting Started