Skip to content
Snippets Groups Projects
Commit fbc4c359 authored by tpylak's avatar tpylak
Browse files

minor: javadoc

SVN: 17400
parent 265f215b
No related branches found
No related tags found
No related merge requests found
...@@ -102,6 +102,9 @@ class PlateDatasetLoader ...@@ -102,6 +102,9 @@ class PlateDatasetLoader
private void loadSamples() private void loadSamples()
{ {
// NOTE: plate identifier can use augmented codes or/and permIds. That is why we have to use
// both when fetching plates.
// It can result in fetching the same sample twice, but it does not hurt.
String[] sampleCodesArray = extractSampleCodes(); String[] sampleCodesArray = extractSampleCodes();
String[] samplePermIdArray = extractPermIds(); String[] samplePermIdArray = extractPermIds();
ListOrSearchSampleCriteria criteria = ListOrSearchSampleCriteria criteria =
......
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