File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
src/main/java/com/uid2/operator/model Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ public IdentityRequest(
1010 PublisherIdentity publisherIdentity ,
1111 UserIdentity userIdentity ,
1212 OptoutCheckPolicy tokenGeneratePolicy ,
13- IdentityEnvironment identityEnvironment )
14- {
13+ IdentityEnvironment identityEnvironment ) {
1514 this .publisherIdentity = publisherIdentity ;
1615 this .userIdentity = userIdentity ;
1716 this .optoutCheckPolicy = tokenGeneratePolicy ;
Original file line number Diff line number Diff line change @@ -12,8 +12,7 @@ public MapRequest(
1212 UserIdentity userIdentity ,
1313 OptoutCheckPolicy optoutCheckPolicy ,
1414 Instant asOf ,
15- IdentityEnvironment identityEnvironment )
16- {
15+ IdentityEnvironment identityEnvironment ) {
1716 this .userIdentity = userIdentity ;
1817 this .optoutCheckPolicy = optoutCheckPolicy ;
1918 this .asOf = asOf ;
You can’t perform that action at this time.
0 commit comments