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 2016/05/15 13:03:07 UTC

[2/6] jena git commit: Remove unused

Remove unused

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

Branch: refs/heads/master
Commit: ab22ace3ac3120c57b53ae6b060ebde37022049e
Parents: 2cf88f3
Author: Andy Seaborne <an...@apache.org>
Authored: Sat May 14 21:23:38 2016 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Sat May 14 21:23:38 2016 +0100

----------------------------------------------------------------------
 jena-tdb/src/main/java/org/apache/jena/tdb/assembler/VocabTDB.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/ab22ace3/jena-tdb/src/main/java/org/apache/jena/tdb/assembler/VocabTDB.java
----------------------------------------------------------------------
diff --git a/jena-tdb/src/main/java/org/apache/jena/tdb/assembler/VocabTDB.java b/jena-tdb/src/main/java/org/apache/jena/tdb/assembler/VocabTDB.java
index d24b263..a9c9272 100644
--- a/jena-tdb/src/main/java/org/apache/jena/tdb/assembler/VocabTDB.java
+++ b/jena-tdb/src/main/java/org/apache/jena/tdb/assembler/VocabTDB.java
@@ -35,7 +35,7 @@ public class VocabTDB
     // Types
     public static final Resource tDatasetTDB        = Vocab.type(NS, "DatasetTDB") ;
     public static final Resource tGraphTDB          = Vocab.type(NS, "GraphTDB") ;
-    public static final Resource tGraphBDB          = Vocab.type(NS, "GraphBDB") ;
+//    public static final Resource tGraphBDB          = Vocab.type(NS, "GraphBDB") ;
 //    public static final Resource tTupleIndex        = Vocab.type(NS, "TupleIndex") ;
     public static final Resource tNodeTable         = Vocab.type(NS, "NodeTable") ;