FontInfo contains a few small items which could use fixing: - toString() throws NPE if `devTx` or `glyphTx` are null (I ran into this a couple of times during debugging when my IDE tried to display the string representation)
- toString() is missing a comma and space between the last two attributes - Two overridden methods do not have the `@Override` annotation ------------- Commit messages: - Fix a few small issues in FontInfo Changes: https://git.openjdk.org/jdk/pull/30098/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=30098&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8379363 Stats: 16 lines in 1 file changed: 2 ins; 8 del; 6 mod Patch: https://git.openjdk.org/jdk/pull/30098.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/30098/head:pull/30098 PR: https://git.openjdk.org/jdk/pull/30098
