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

SSDM-3034: removing some magic code concerning setting of modification time stamp.

SVN: 35565
parent 92c1d4ea
No related branches found
No related tags found
No related merge requests found
...@@ -660,10 +660,7 @@ public class DataBO extends AbstractDataSetBusinessObject implements IDataBO ...@@ -660,10 +660,7 @@ public class DataBO extends AbstractDataSetBusinessObject implements IDataBO
entityPropertiesConverter.checkMandatoryProperties(data.getProperties(), entityPropertiesConverter.checkMandatoryProperties(data.getProperties(),
data.getDataSetType(), this.getCache().getEntityTypePropertyTypes()); data.getDataSetType(), this.getCache().getEntityTypePropertyTypes());
data.setModificationDate(new Date(data.getModificationDate().getTime() + 1));
validateAndSave(); validateAndSave();
data.setModificationDate(new Date(data.getModificationDate().getTime() - 1));
} }
private List<String> asListOrNull(String[] arrayOrNull) private List<String> asListOrNull(String[] arrayOrNull)
......
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