* Strip pre-java-9 version check in `Metrics` as Velocity targets 21+ * Simplify Java version check by using `Runtime.version()` (entry still needs the system property to produce the same bStats metrics) * Reconstruct `java.version` system property through `Runtime.Version` * Update `javaVersion()` javadoc * Newline while we're here