Skip to content

Commit

Permalink
Fix new-style config of shadow integrity check
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Nov 25, 2021
1 parent 3ccd959 commit 9e33d81
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ public class ShadowIntegrityCheckWorkDefinition extends AbstractWorkDefinition i
ShadowIntegrityCheckWorkDefinitionType typedDefinition = (ShadowIntegrityCheckWorkDefinitionType)
((TypedWorkDefinitionWrapper) source).getTypedDefinition();
shadows = ObjectSetUtil.fromConfiguration(typedDefinition.getShadows());
aspectsToDiagnose.addAll(typedDefinition.getDiagnose());
aspectsToFix.addAll(typedDefinition.getFix());
duplicateShadowsResolverNullable = typedDefinition.getDuplicateShadowsResolver();
checkDuplicatesOnPrimaryIdentifiersOnlyNullable = typedDefinition.isCheckDuplicatesOnPrimaryIdentifiersOnly();
}
Expand Down

0 comments on commit 9e33d81

Please sign in to comment.