Mentions légales du service

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

- innofensive clean up

parent db4a4366
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,6 @@ public class OntologyCache <O extends LoadedOntology> {
public void recordOntology( URI uri, O ontology ){
ontologies.put( uri, ontology );
ontologyUris.put( ontology.getURI(), ontology );
//displayCache();
}
public O getOntology( URI uri ){
......@@ -66,8 +65,6 @@ public class OntologyCache <O extends LoadedOntology> {
}
public void unloadOntology( URI uri, O ontology ){
//System.err.println("UNLOAD");
//displayCache();
O o = ontologyUris.get(uri);
o.unload();
ontologyUris.remove( uri );
......
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