Mentions légales du service

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

- corrected a parameter reading

parent d973c212
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@ public class AServProtocolManager {
alignmentCache = new CacheImpl( connection );
alignmentCache.init( p );
// dummy string
myId = "http://"+p.getParameter("host")+":"+p.getParameter("port");
myId = "http://"+p.getParameter("host")+":"+p.getParameter("http");
renderers = implementations( "org.semanticweb.owl.align.AlignmentVisitor" );
methods = implementations( "org.semanticweb.owl.align.AlignmentProcess" );
methods.remove("fr.inrialpes.exmo.align.impl.DistanceAlignment"); // this one is generic
......
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