Skip to content

Commit

Permalink
Minor:append static decorator to const string
Browse files Browse the repository at this point in the history
  • Loading branch information
yishi-ttd committed Sep 27, 2023
1 parent edaa249 commit b88f813
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
import com.uid2.shared.secure.AttestationException;

public class PolicyValidator implements IPolicyValidator{
private final String LOCATION_CHINA = "china";
private final String LOCATION_EU = "europe";
private static final String LOCATION_CHINA = "china";
private static final String LOCATION_EU = "europe";
@Override
public String validate(MaaTokenPayload maaTokenPayload, String publicKey) throws AttestationException {
verifyVM(maaTokenPayload);
Expand Down

0 comments on commit b88f813

Please sign in to comment.