We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f66bd59 commit c69d7edCopy full SHA for c69d7ed
src/main/java/cn/rocket/assaignmark/cmd/Main.java
@@ -25,7 +25,7 @@ public static void main(String[] args) {
25
try {
26
jreVer = jreVer.substring(0, jreVer.indexOf('.', 2));
27
} catch (StringIndexOutOfBoundsException e) {
28
- LOGGER.warn("Unknown JRE version! Try to run with JRE 1.11. Unexpected errors may bo emitted.");
+ LOGGER.warn("Unknown JRE version! Try to run with JRE 1.11. Unexpected errors may be emitted.");
29
jreVer = "1.11";
30
}
31
if (args == null || args.length == 0) {
0 commit comments