We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c450b3 commit c37d409Copy full SHA for c37d409
java-serverhost/src/main/java/com/redhat/training/example/javaserverhost/rest/ServerHostEndPoint.java
@@ -19,7 +19,7 @@ public Response doGet() {
19
catch (Exception e) {
20
e.printStackTrace();
21
}
22
- String msg = "I am running on server "+host+" Version 1.0 \n"
+ String msg = "I am running on server "+host+" Version 1.0 \n";
23
return Response.ok(msg).build();
24
25
0 commit comments