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

adding final keyword to better control heritage

git-svn-id: https://subversion.renater.fr/xtandempipeline/trunk@291 b8ef2a07-7df7-436f-90b9-41648038564b
parent cca5f0cf
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ public class HashSampleScanSet extends HashSet<HashSampleScan> implements
return (array);
}
private int getFingerCode() {
final private int getFingerCode() {
int finger = 0;
for (HashSampleScan sampleScan : this) {
finger += sampleScan.getScan();
......
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