Skip to content
Snippets Groups Projects
Commit 96145171 authored by cramakri's avatar cramakri
Browse files

SP-31 BIS-28 : Function that extracts properties from a file using a function...

SP-31 BIS-28 : Function that extracts properties from a file using a function should not clear the existing properties, it should just overwrite ones the function provides

SVN: 25286
parent 3cb996b8
No related merge requests found
......@@ -100,7 +100,6 @@ public class NewDataSetMetadataDTO implements Serializable
public void setProperties(Map<String, String> props)
{
properties.clear();
if (props != null)
{
properties.putAll(props);
......
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