Mentions légales du service

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

- I stored an incorrect URI (recopied that of onto1 in onto2)

parent ffb591c2
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,7 @@ public class OWLAPIAlignment extends BasicAlignment {
loadOntology( (URI)o2, cache ) );
// Not sure it should be here or in super.init()
onto1.setURI( ((OWLOntology)(onto1.getOntology())).getLogicalURI() );
onto2.setURI( ((OWLOntology)(onto1.getOntology())).getLogicalURI() );
onto2.setURI( ((OWLOntology)(onto2.getOntology())).getLogicalURI() );
} catch (OWLException e) {
throw new AlignmentException( "Cannot load ontologies", e );
} catch (SAXException e) {
......
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