Skip to content

Commit 6f5ca3f

Browse files
pwolf23jricher
authored andcommitted
Fixed missing "final" modifier in constant
1 parent 337513a commit 6f5ca3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openid-connect-common/src/main/java/org/mitre/oauth2/model/OAuth2AccessTokenEntity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public class OAuth2AccessTokenEntity implements OAuth2AccessToken {
9393
public static final String PARAM_DATE = "date";
9494
public static final String PARAM_RESOURCE_SET_ID = "rsid";
9595

96-
public static String ID_TOKEN_FIELD_NAME = "id_token";
96+
public static final String ID_TOKEN_FIELD_NAME = "id_token";
9797

9898
private Long id;
9999

0 commit comments

Comments
 (0)