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 2014/11/08 10:44:30 UTC

[2/4] jena git commit: Make constructor public, but deprecated, for compatibility.

Make constructor public, but deprecated, for compatibility.

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

Branch: refs/heads/tdb-store-params
Commit: 8f3a7ceb042da05dea403443ce07225c4058b703
Parents: 879742c
Author: Andy Seaborne <an...@apache.org>
Authored: Fri Nov 7 12:24:28 2014 +0000
Committer: Andy Seaborne <an...@apache.org>
Committed: Fri Nov 7 12:24:28 2014 +0000

----------------------------------------------------------------------
 jena-tdb/src/main/java/com/hp/hpl/jena/tdb/base/file/Location.java | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/8f3a7ceb/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/base/file/Location.java
----------------------------------------------------------------------
diff --git a/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/base/file/Location.java b/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/base/file/Location.java
index 26152b7..e8d010a 100644
--- a/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/base/file/Location.java
+++ b/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/base/file/Location.java
@@ -80,6 +80,8 @@ public class Location {
         location.lock = new LocationLock(location);
     }
 
+    /** @deprecated Use{@linkplain  Location#create(String)} */
+    @Deprecated
     public Location(String rootname) {
         super() ;
         if ( rootname.equals(Names.memName) ) {