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

minor: comment

SVN: 22517
parent 5f18d686
No related branches found
No related tags found
No related merge requests found
...@@ -275,6 +275,9 @@ public final class GenericServer extends AbstractServer<IGenericServer> implemen ...@@ -275,6 +275,9 @@ public final class GenericServer extends AbstractServer<IGenericServer> implemen
{ {
List<Sample> existingSamples = new ArrayList<Sample>(); List<Sample> existingSamples = new ArrayList<Sample>();
List<String> codes = SampleRegisterOrUpdateUtil.extractCodes(newSamples, false); List<String> codes = SampleRegisterOrUpdateUtil.extractCodes(newSamples, false);
// NOTE 2011-08-17, Tomasz Pylak: this code never updates contained samples,
// they can be only registered (if they did not exist).
// So only containers can be updated.
List<Sample> list = List<Sample> list =
sampleLister.list(SampleRegisterOrUpdateUtil sampleLister.list(SampleRegisterOrUpdateUtil
.createListSamplesByCodeCriteria(codes)); .createListSamplesByCodeCriteria(codes));
......
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