Skip to content

Commit

Permalink
Fix a simple typo in Java version.
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedZaki99 authored Oct 30, 2024
1 parent e1a504d commit d08bd86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/tutorials/2017-05-24-javalin-maven-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Finally, paste the Javalin "Hello World" snippet into a new file, `HelloWorld.ja

{% include macros/gettingStarted.md %}

Depending on your setup, you might need to explicitly set the language level to Java 8.
Depending on your setup, you might need to explicitly set the language level to Java 11.
This can be done in the in the `pom.xml`. Add the following snippet:

~~~markup
Expand Down

0 comments on commit d08bd86

Please sign in to comment.