Skip to content

Commit

Permalink
Changed GENERATEUUID to NOTHING based on discussion on issue geonetwo…
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwallen committed Sep 29, 2023
1 parent d7b42c6 commit 7004126
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ SimpleMetadataProcessingReport addSamples(

Element params = new Element("params");
params.addContent(new Element(Params.FILE_TYPE).setText("mef"));
params.addContent(new Element(Params.UUID_ACTION).setText(MEFLib.UuidAction.GENERATEUUID.toString()));
params.addContent(new Element(Params.UUID_ACTION).setText(MEFLib.UuidAction.NOTHING.toString()));
for (String schemaName : schema) {
Log.info(Geonet.DATA_MANAGER, "Loading sample data for schema "
+ schemaName);
Expand Down

0 comments on commit 7004126

Please sign in to comment.