Skip to content

Commit

Permalink
[eclipse-ditto#926] Fix default subject ID resolver class name.
Browse files Browse the repository at this point in the history
Signed-off-by: Yufei Cai <yufei.cai@bosch.io>
  • Loading branch information
yufei-cai committed Jan 12, 2021
1 parent 2a1d9c9 commit 37b75c9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -62,7 +62,7 @@ enum PolicyConfigValue implements KnownConfigValue {
SUBJECT_EXPIRY_GRANULARITY("subject-expiry-granularity", Duration.ofHours(1L)),

SUBJECT_ID_RESOLVER("subject-id-resolver",
"org.eclipse.ditto.services.policies.persistence.actors.placeholders.PolicyEntryPlaceholder");
"org.eclipse.ditto.services.policies.persistence.actors.resolvers.DefaultSubjectIdFromActionResolver");

private final String path;
private final Object defaultValue;
Expand Down

0 comments on commit 37b75c9

Please sign in to comment.