Mentions légales du service

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

- Fixed a small typo

parent 9cc84d16
No related branches found
No related tags found
No related merge requests found
...@@ -295,7 +295,7 @@ public class AServProtocolManager implements Service { ...@@ -295,7 +295,7 @@ public class AServProtocolManager implements Service {
// register it // register it
String id = alignmentCache.recordNewAlignment( al, true ); String id = alignmentCache.recordNewAlignment( al, true );
// if the file has been uploaded: discard it // if the file has been uploaded: discard it
if ( al != null && al != null ) { if ( al != null ) {
// try unlink // try unlink
} }
return new AlignmentId( params, newId(), serverId, id ,pretty ); return new AlignmentId( params, newId(), serverId, id ,pretty );
......
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