Skip to content

Commit 3564ec0

Browse files
committed
Changed the executable jar startup message to Blazegraph Database
1 parent 0728887 commit 3564ec0

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -372,3 +372,6 @@ bigdata-rdf-test/test_tiny.out
372372
bigdata-rdf-test/test_small.out
373373

374374
*.out
375+
376+
**/blazegraph.jnl
377+
**/bigdata.jnl

bigdata-jar/src/main/java/com/bigdata/rdf/sail/webapp/StandaloneNanoSparqlServer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ public static void main(String[] args) throws Exception {
149149

150150
awaitServerStart(server);
151151

152-
System.out.println("\n\nWelcome to Blazegraph(tm) by SYSTAP.\n");
152+
System.out.println("\n\nWelcome to the Blazegraph(tm) Database.\n");
153153
//BLZG-1377 Included for legacy support.
154154
System.out.println("Go to http://" + Config.DEFAULT_HOST + ":" + Config.BLAZEGRAPH_HTTP_PORT + "/bigdata/ to get started.");
155155

blazegraph-jar/src/main/java/com/bigdata/rdf/sail/webapp/StandaloneNanoSparqlServer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ public static void main(String[] args) throws Exception {
149149

150150
awaitServerStart(server);
151151

152-
System.out.println("\n\nWelcome to Blazegraph(tm) by SYSTAP.\n");
152+
System.out.println("\n\nWelcome to the Blazegraph(tm) Database.\n");
153153
System.out.println("Go to " + Config.DEFAULT_ENDPOINT + "/ to get started.");
154154

155155
// Wait for the service to terminate.

0 commit comments

Comments
 (0)