Skip to content

Commit

Permalink
Remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-ka committed Feb 22, 2024
1 parent c5238ce commit f34bc8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/org/contextmapper/cli/ContextMapperCLI.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ public static void main(String[] args) {
if (Runtime.version().feature() >= REQUIRED_JAVA_VERSION) {
new ContextMapperCLI().run(args);
} else {
System.out.println("");
System.out.printf("Invalid Java version '%s' (>=%s is required).", javaVersion, REQUIRED_JAVA_VERSION);
System.exit(1);
}
Expand Down

0 comments on commit f34bc8a

Please sign in to comment.