Skip to content
This repository was archived by the owner on May 24, 2022. It is now read-only.

Commit 93911cc

Browse files
author
Thomas Gängler
committed
don't clear in-memory namespace index at end of transaction
1 parent d79d21b commit 93911cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/dswarm/graph/index/NamespaceIndex.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ public void resetTXNamespaces() throws DMPGraphException {
8585
}
8686

8787
tempNamespacePrefixes.clear();
88-
inMemoryNamespacePrefixes.clear();
8988
}
9089
}
9190

0 commit comments

Comments
 (0)