Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 732b1c8f authored by Jérôme Euzenat's avatar Jérôme Euzenat
Browse files

- suppressed a printout

parent 0f510e3f
Branches
Tags
No related merge requests found
......@@ -148,7 +148,6 @@ public class RDFRendererVisitor implements AlignmentVisitor
u1 = ((LoadedOntology)((BasicAlignment)alignment).getOntologyObject1()).getEntityURI( cell.getObject1() );
u2 = ((LoadedOntology)((BasicAlignment)alignment).getOntologyObject2()).getEntityURI( cell.getObject2() );
} else {
System.err.println( cell );
u1 = cell.getObject1AsURI();
u2 = cell.getObject2AsURI();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment