Closed
Description
In #60 I found that the following modules fail the style checks:
- managed_vms/async-rest
- managed_vms/twilio
- managed_vms/sendgrid
- managed_vms/sparkjava
- unittests
It looks like most of these failures were due to using ALL_CAPS for local final variables. These should use lowerCamelCase. Final local variables are considered not constants according to the style guide. https://google.github.io/styleguide/javaguide.html#s5.2.4-constant-names