You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2018/10/14 15:36:03 UTC

jena git commit: Fix example: ReadWriteGraphStore

Repository: jena
Updated Branches:
  refs/heads/master dd7dc16db -> a7ba51f67


Fix example: ReadWriteGraphStore


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/a7ba51f6
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/a7ba51f6
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/a7ba51f6

Branch: refs/heads/master
Commit: a7ba51f67e7af819178fea9a06a6dad0415877c3
Parents: dd7dc16
Author: Andy Seaborne <an...@apache.org>
Authored: Sun Oct 14 16:23:54 2018 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Sun Oct 14 16:23:54 2018 +0100

----------------------------------------------------------------------
 jena-fuseki2/examples/fuseki-in-mem-txn.ttl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/a7ba51f6/jena-fuseki2/examples/fuseki-in-mem-txn.ttl
----------------------------------------------------------------------
diff --git a/jena-fuseki2/examples/fuseki-in-mem-txn.ttl b/jena-fuseki2/examples/fuseki-in-mem-txn.ttl
index 1f1bea1..1229e98 100644
--- a/jena-fuseki2/examples/fuseki-in-mem-txn.ttl
+++ b/jena-fuseki2/examples/fuseki-in-mem-txn.ttl
@@ -14,7 +14,7 @@
     fuseki:serviceQuery          "sparql";
     fuseki:serviceUpdate         "update";
     fuseki:serviceUpload         "upload" ;
-    fuseki:serviceReadGraphStore "data" ;
+    fuseki:serviceReadWriteGraphStore "data" ;
     fuseki:serviceReadGraphStore "get" ;
     fuseki:dataset <#dataset> ;
 .