Commit fc60301f authored by Stephane Nicoll's avatar Stephane Nicoll

Polish "Add Java 14 to JavaVersion enumeration"

See gh-19511
parent a5a3a020
......@@ -62,6 +62,7 @@ public enum JavaVersion {
* Java 13.
*/
THIRTEEN("13", String.class, "stripIndent"),
/**
* Java 14.
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment