Skip to content
Snippets Groups Projects
Commit 7b38fc7a authored by langella's avatar langella
Browse files

remove never used function

git-svn-id: https://subversion.renater.fr/xtandempipeline/trunk@344 b8ef2a07-7df7-436f-90b9-41648038564b
parent e83eff84
No related branches found
No related tags found
No related merge requests found
...@@ -97,10 +97,6 @@ public class XtandemPipelineSession { ...@@ -97,10 +97,6 @@ public class XtandemPipelineSession {
return identificationList; return identificationList;
} }
public void setIdentificationList(ArrayList<Identification> identifis) {
this.identificationList = identifis;
}
public config getConfig() { public config getConfig() {
return this.conf; return this.conf;
} }
......
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