Skip to content

Commit 63e4395

Browse files
GaddamGaddam
authored andcommitted
Updated java version
1 parent d754cb6 commit 63e4395

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/HelloWorld.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ public static void main(String[] args) {
99

1010
@Override
1111
public void init() {
12-
get("/hello", (req, res) -> "Hello dear World 6");
12+
get("/hello", (req, res) -> "Hello dear World version-7");
1313
}
1414
}

0 commit comments

Comments
 (0)