Skip to content
Snippets Groups Projects
Commit 7a03b042 authored by Dominique Marcadet's avatar Dominique Marcadet
Browse files

rework links between NS

parent 3fd25cbc
Branches
No related tags found
1 merge request!31Resolve "missing link between DataObject and its underlyingType"
...@@ -922,7 +922,6 @@ public class DependsOnImpl extends NsdObjectImpl implements DependsOn { ...@@ -922,7 +922,6 @@ public class DependsOnImpl extends NsdObjectImpl implements DependsOn {
} }
else { else {
setRefersToNS( ns ); setRefersToNS( ns );
rs.setEquivalentNamespace( new NsIdentification( getParentNS() ), identification, console );
console.info( "[NSD links] NS (id: " + identification + ") refers by DependsOn in NS (id:" console.info( "[NSD links] NS (id: " + identification + ") refers by DependsOn in NS (id:"
+ new NsIdentification( getParentNS() ) + ") found" ); + new NsIdentification( getParentNS() ) + ") found" );
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment