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/12/30 14:09:32 UTC

[jena] 02/04: Make internal IRIs unique to TDB2

This is an automated email from the ASF dual-hosted git repository.

andy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jena.git

commit 4264eb1d52627a1682ca1c68c4fb39b28f09e19f
Author: Andy Seaborne <an...@apache.org>
AuthorDate: Sun Dec 30 14:00:08 2018 +0000

    Make internal IRIs unique to TDB2
---
 jena-db/jena-tdb2/src/main/java/org/apache/jena/tdb2/TDB2.java | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/jena-db/jena-tdb2/src/main/java/org/apache/jena/tdb2/TDB2.java b/jena-db/jena-tdb2/src/main/java/org/apache/jena/tdb2/TDB2.java
index f8af93d..0e03494 100644
--- a/jena-db/jena-tdb2/src/main/java/org/apache/jena/tdb2/TDB2.java
+++ b/jena-db/jena-tdb2/src/main/java/org/apache/jena/tdb2/TDB2.java
@@ -45,7 +45,7 @@ public class TDB2 {
     private TDB2() {}
 
     /** IRI for TDB */
-    public static final String  tdbIRI                           = "http://jena.apache.org/#tdb" ;
+    public static final String  tdbIRI                           = "http://jena.apache.org/#tdb2" ;
 
     /** Root of TDB-defined parameter names */
     public static final String  tdbParamNS                       = SystemTDB.symbolNamespace;
@@ -57,7 +57,7 @@ public class TDB2 {
     private static final Logger log                              = LoggerFactory.getLogger(TDB2.class) ;
 
     /** Logger for loading information */
-    public static final String  logLoaderName                    = "org.apache.jena.tdb.loader" ;
+    public static final String  logLoaderName                    = "org.apache.jena.tdb2.loader" ;
     /** Logger for loading information */
     public static final Logger  logLoader                        = LoggerFactory.getLogger(logLoaderName) ;
 
@@ -71,6 +71,7 @@ public class TDB2 {
     // /** Logger for execution information */
     // public static final Logger logExec = LoggerFactory.getLogger(logExecName);
 
+    /** Used by the assembler */
     public final static String  namespace                        = "http://jena.apache.org/2016/tdb#" ;
 
     // Union default graph symbols for context setting.