Fix inline comments inside type parameter lists

Inline block comments after '<' should be leading trivia of the next token, not
trailing trivia of '<'.

E.g. prefer `List</*@Nullable*/ T>` to `List< /*@Nullable*/T>`.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=105615963
3 files changed
tree: b8c5f3e2859bd33763c36da75feff69fe4672d38
  1. core/
  2. idea_plugin/
  3. scripts/
  4. .gitignore
  5. .travis.yml
  6. CONTRIBUTING.md
  7. LICENSE
  8. pom.xml
  9. README.md
README.md

google-java-format

Build Status

google-java-format is a program that reformats Java source code to comply with Google Java Style.