You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by rv...@apache.org on 2014/11/10 11:53:44 UTC

[39/50] [abbrv] jena git commit: Sync with Location changes in TDB.

Sync with Location changes in TDB.

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

Branch: refs/heads/JENA-507
Commit: 15a93172063b7a7b2f1ba041d2263b314179d81a
Parents: 0bf2977
Author: Andy Seaborne <an...@apache.org>
Authored: Sat Nov 8 16:32:30 2014 +0000
Committer: Andy Seaborne <an...@apache.org>
Committed: Sat Nov 8 16:32:30 2014 +0000

----------------------------------------------------------------------
 .../src/main/java/org/apache/jena/fuseki/server/SystemState.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/15a93172/jena-fuseki2/src/main/java/org/apache/jena/fuseki/server/SystemState.java
----------------------------------------------------------------------
diff --git a/jena-fuseki2/src/main/java/org/apache/jena/fuseki/server/SystemState.java b/jena-fuseki2/src/main/java/org/apache/jena/fuseki/server/SystemState.java
index 8351400..ff5775d 100644
--- a/jena-fuseki2/src/main/java/org/apache/jena/fuseki/server/SystemState.java
+++ b/jena-fuseki2/src/main/java/org/apache/jena/fuseki/server/SystemState.java
@@ -56,7 +56,7 @@ public class SystemState {
         initialized = true ;
         
         if ( location == null )
-            location = new Location(FusekiServer.dirSystemDatabase.toString()) ;
+            location = Location.create(FusekiServer.dirSystemDatabase.toString()) ;
         
         if ( ! location.isMem() )
             FileOps.ensureDir(location.getDirectoryPath()) ;