Mentions légales du service

Skip to content
Snippets Groups Projects
Commit ed4e8043 authored by Chan Leduc's avatar Chan Leduc
Browse files

No commit message

No commit message
parent 9ee703b7
Branches
Tags
No related merge requests found
...@@ -836,14 +836,10 @@ public class AServProtocolManager { ...@@ -836,14 +836,10 @@ public class AServProtocolManager {
try { try {
aresult.init( uri1, uri2 ); aresult.init( uri1, uri2 );
long time = System.currentTimeMillis(); long time = System.currentTimeMillis();
//the parameter "lg" is set to "en" for TaxoMap //the parameter "lg" is set to "en" for TaxoMap
if (params.setParameter.getParameter("lg") == null) if (params.getParameter("lg") == null)
params.setParameter("lg","en"); params.setParameter("lg","en");
aresult.align( init, params ); // add opts aresult.align( init, params ); // add opts
long newTime = System.currentTimeMillis(); long newTime = System.currentTimeMillis();
aresult.setExtension( Annotations.ALIGNNS, Annotations.TIME, Long.toString(newTime - time) ); aresult.setExtension( Annotations.ALIGNNS, Annotations.TIME, Long.toString(newTime - time) );
} catch (AlignmentException e) { } catch (AlignmentException e) {
...@@ -852,7 +848,6 @@ public class AServProtocolManager { ...@@ -852,7 +848,6 @@ public class AServProtocolManager {
} }
// ask to store A' // ask to store A'
alignmentCache.recordNewAlignment( id, aresult, true ); alignmentCache.recordNewAlignment( id, aresult, true );
} catch (ClassNotFoundException e) { } catch (ClassNotFoundException e) {
result = new RunTimeError(newId(),mess,myId,mess.getSender(),"Class not found: "+method,(Parameters)null); result = new RunTimeError(newId(),mess,myId,mess.getSender(),"Class not found: "+method,(Parameters)null);
} catch (NoSuchMethodException e) { } catch (NoSuchMethodException e) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment