You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by ss...@apache.org on 2013/11/06 22:20:25 UTC

git commit: simplifications and cleanups

Updated Branches:
  refs/heads/develop 091ee0d9f -> 5a787b463


simplifications and cleanups


Project: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/commit/5a787b46
Tree: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/tree/5a787b46
Diff: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/diff/5a787b46

Branch: refs/heads/develop
Commit: 5a787b4630f8e7f66a2573ef96c855250312c065
Parents: 091ee0d
Author: Sebastian Schaffert <ss...@apache.org>
Authored: Wed Nov 6 22:20:20 2013 +0100
Committer: Sebastian Schaffert <ss...@apache.org>
Committed: Wed Nov 6 22:20:20 2013 +0100

----------------------------------------------------------------------
 .../apache/marmotta/kiwi/persistence/KiWiConnection.java | 11 -----------
 1 file changed, 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/5a787b46/libraries/kiwi/kiwi-triplestore/src/main/java/org/apache/marmotta/kiwi/persistence/KiWiConnection.java
----------------------------------------------------------------------
diff --git a/libraries/kiwi/kiwi-triplestore/src/main/java/org/apache/marmotta/kiwi/persistence/KiWiConnection.java b/libraries/kiwi/kiwi-triplestore/src/main/java/org/apache/marmotta/kiwi/persistence/KiWiConnection.java
index 5c7dd13..7067ca3 100644
--- a/libraries/kiwi/kiwi-triplestore/src/main/java/org/apache/marmotta/kiwi/persistence/KiWiConnection.java
+++ b/libraries/kiwi/kiwi-triplestore/src/main/java/org/apache/marmotta/kiwi/persistence/KiWiConnection.java
@@ -864,17 +864,6 @@ public class KiWiConnection {
         }
     }
 
-//    public KiWiTriple loadTripleById(Long id) {
-//        // TODO: transactional caching
-//        return null;
-//    }
-
-
-
-    public long getNodeId() throws SQLException {
-        return getNextSequence("seq.nodes");
-    }
-
     /**
      * Store a new node in the database. The method will retrieve a new database id for the node and update the
      * passed object. Afterwards, the node data will be inserted into the database using appropriate INSERT