Skip to content
Snippets Groups Projects
Commit 364871c8 authored by langella's avatar langella
Browse files

declare deprecated function

git-svn-id: https://subversion.renater.fr/xtandempipeline/trunk@345 b8ef2a07-7df7-436f-90b9-41648038564b
parent 7b38fc7a
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,7 @@ public class Identification {
private DatabaseSet databaseSet = new DatabaseSet();
public Identification() {
logger.debug("Identification constructor");
this.peptide_liste = new ArrayList<PeptideId>();
this.protein_liste = new MatchList();
this.grouping = null;
......@@ -85,6 +86,7 @@ public class Identification {
return (this.protein_liste);
}
@Deprecated //please use getMsRunSet as a replacement
public MsRunSet get_samples() {
return (msRunSet);
}
......
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