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

[LMS-2104] fixed compilation problems

SVN: 21182
parent f8789bbc
No related branches found
No related tags found
No related merge requests found
......@@ -394,7 +394,7 @@ public final class ExternalDataTable extends AbstractExternalDataBusinessObject
{
for (ExternalDataPE dataSet : entry.getValue())
{
if (dataSet.isContainerDataSet())
if (dataSet.isContainer())
{
containerDataSets.add(dataSet.getCode());
}
......
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