We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09ede33 commit 3617d83Copy full SHA for 3617d83
src/org/linkeddatafragments/standalone/JettyServer.java
@@ -53,6 +53,9 @@ public static void main(String[] args) throws Exception {
53
// The use of server.join() the will make the current thread join and wait until the server is done executing.
54
// See http://docs.oracle.com/javase/7/docs/api/java/lang/Thread.html#join()
55
server.join();
56
+ } catch (ParseException e) {
57
+ System.out.println(e.getMessage());
58
+ printHelp = true;
59
60
} finally {
61
if (printHelp) {
0 commit comments