Mentions légales du service

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

- suppressed comment

parent ccf8a2a2
No related branches found
No related tags found
No related merge requests found
......@@ -302,7 +302,6 @@ public class AlignmentParser extends DefaultHandler {
alignment = new URIAlignment();
onto1 = ((URIAlignment)alignment).getOntologyObject1();
onto2 = ((URIAlignment)alignment).getOntologyObject2();
System.err.println(">>>>>>> "+onto1);
if ( atts.getValue("rdf:about") != null && !atts.getValue("rdf:about").equals("") ) {
alignment.setExtension( Annotations.ALIGNNS, Annotations.ID, atts.getValue("rdf:about") );
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment