Skip to content
Snippets Groups Projects
Commit 605b14a3 authored by buczekp's avatar buczekp
Browse files

[LMS-1708] copy&paste bug fixed

SVN: 17587
parent d7c840f1
No related branches found
No related tags found
No related merge requests found
...@@ -129,7 +129,7 @@ public class HCSDatasetLoader implements IHCSDatasetLoader ...@@ -129,7 +129,7 @@ public class HCSDatasetLoader implements IHCSDatasetLoader
channelsLabels.add(StringEscapeUtils.escapeCsv(channel.getLabel())); channelsLabels.add(StringEscapeUtils.escapeCsv(channel.getLabel()));
} }
params.setChannelsCodes(channelsCodes); params.setChannelsCodes(channelsCodes);
params.setChannelsCodes(channelsLabels); params.setChannelsLabels(channelsLabels);
return params; return params;
} }
} }
\ No newline at end of file
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