acoburn opened a new pull request #20: TAMAYA-379: enforce checkstyle validation URL: https://github.com/apache/incubator-tamaya-sandbox/pull/20 Updates code to follow checkstyle rules. For the most part, the changes are trivial and don't affect any visible API: * replaces star imports with explicit imports * removes unused imports * replaces tabs with spaces * adds missing JavaDocs There were also a few instances where fields or methods didn't follow case rules. Some of these were private fields (e.g. `resolver` => `RESOLVER`), but some were protected (e.g. in the `jodatime` module, `formatter` => `FORMATTER`) and in one case it was a public method (i.e. in `metamodel`, `o.a.t.m.internal.resolver.JavaResolver::TIME` becomes `JavaResolver::time`)
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
