Skip to content

Commit

Permalink
Fix example helloworld-pure-jax-rs
Browse files Browse the repository at this point in the history
("enter" does not stop the app)

Signed-off-by: tvallin <thibault.vallin@oracle.com>
  • Loading branch information
tvallin committed Apr 7, 2020
1 parent 3ca6161 commit 64781d3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012, 2020 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Distribution License v. 1.0, which is available at
Expand Down Expand Up @@ -62,7 +62,7 @@ public static void main(String[] args) throws IOException, InterruptedException

System.out.println("Application started.\n"
+ "Try accessing " + getBaseURI() + "helloworld in the browser.\n"
+ "Hit enter to stop the application...");
+ "CTRL + C to stop the application...\n");

Thread.currentThread().join();
}
Expand Down

0 comments on commit 64781d3

Please sign in to comment.