Skip to content

Commit e1427f2

Browse files
committed
issue #745 : Redirect to clear instead of copy-paste
Signed-off-by: Peter Ansell <p_ansell@yahoo.com>
1 parent 0732c49 commit e1427f2

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

core/rio/api/src/main/java/org/eclipse/rdf4j/rio/helpers/AbstractRDFParser.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -365,11 +365,7 @@ protected void initializeNamespaceTableFromConfiguration() {
365365
*/
366366
@Deprecated
367367
protected void clearBNodeIDMap() {
368-
baseURI = null;
369-
nextBNodePrefix = createUniqueBNodePrefix();
370-
namespaceTable.clear();
371-
372-
initializeNamespaceTableFromConfiguration();
368+
clear();
373369
}
374370

375371
/**

0 commit comments

Comments
 (0)