Skip to content
Snippets Groups Projects
Commit 96c6af6c authored by felmer's avatar felmer
Browse files

BIS-90: bug fixed in master data import

SVN: 25979
parent 2546e70d
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ public class DataSetType extends DataSetTypeImmutable implements IDataSetType
@Override
public void setDataSetKind(String dataSetKind)
{
DataSetKind.valueOf(dataSetKind);
getDataSetType().setDataSetKind(DataSetKind.valueOf(dataSetKind));
}
@Override
......
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