fix error on downgrade for SEB Settings
This commit is contained in:
parent
ef3c915e21
commit
a096253e6d
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ public class AttributeMapping {
|
||||||
|
|
||||||
this.orientationAttributeNameMapping = Utils.immutableMapOf(orientations
|
this.orientationAttributeNameMapping = Utils.immutableMapOf(orientations
|
||||||
.stream()
|
.stream()
|
||||||
|
.filter(o -> this.attributeIdMapping.containsKey(o.attributeId))
|
||||||
.collect(Collectors.toMap(
|
.collect(Collectors.toMap(
|
||||||
o -> this.attributeIdMapping.get(o.attributeId).name,
|
o -> this.attributeIdMapping.get(o.attributeId).name,
|
||||||
Function.identity())));
|
Function.identity())));
|
||||||
|
|
Loading…
Reference in a new issue