Mentions légales du service

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

- corrected a piece of code that was reproduced twice

parent fadac6b5
No related branches found
No related tags found
No related merge requests found
...@@ -201,14 +201,8 @@ public class Procalign { ...@@ -201,14 +201,8 @@ public class Procalign {
} }
loadedOntologies = new OntologyCache(); loadedOntologies = new OntologyCache();
if (debug > 0) {
params.setParameter("debug", new Integer(debug));
} else if ( params.getParameter("debug") != null ) {
debug = Integer.parseInt((String)params.getParameter("debug"));
}
try { try {
BasicConfigurator.configure(); BasicConfigurator.configure();
URI uri1 = null; URI uri1 = null;
...@@ -225,9 +219,6 @@ public class Procalign { ...@@ -225,9 +219,6 @@ public class Procalign {
if (debug > 0) System.err.println(" Handler set"); if (debug > 0) System.err.println(" Handler set");
// JE: Procalign could be rendered independent from the
// OWL-API by implementing a static class.NewIntance( u1, u2 );
// method
try { try {
if (initName != null) { if (initName != null) {
AlignmentParser aparser = new AlignmentParser(debug); AlignmentParser aparser = new AlignmentParser(debug);
......
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