Return a `char` from `formatReleaseVersion`

Currently it always returns a `String` of length 1. This matches code in the JDK that is going to require updates for JDK 36, but I'm going to worry about that later.

The motivation is that this is the only place that `String#contains` is used in a context where string views could be used instead.

PiperOrigin-RevId: 690664119
2 files changed
tree: 89f8b3a0b6924d1af92c9ce31ddc95d289a6c179
  1. .github/
  2. .mvn/
  3. java/
  4. javatests/
  5. proto/
  6. .gitattributes
  7. .gitignore
  8. KEYS.txt
  9. LICENSE
  10. pom.xml
  11. README.md
README.md

Turbine

Turbine is a header compiler for Java.