Skip to content
Snippets Groups Projects
Commit 0a710955 authored by bbenarbia's avatar bbenarbia
Browse files

fix bug double key in map

parent 091d097e
No related branches found
No related tags found
......@@ -72,7 +72,7 @@ public class ExportSearchResultParam {
this.patternDate = EN_PATTERN_DATE;
this.descriptionLevelMap = Map.of(
"File", "File",
"File", "File",
"Item", "File",
"RecordGrp", "RecordGrp",
"Fonds", "Fonds",
"Subfonds", "Subfonds",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment