Skip to content

Conversation

@SanderKondratjevNortal
Copy link

Signed-off-by: Sander Kondratjev [email protected]

@SanderKondratjevNortal SanderKondratjevNortal force-pushed the NFC-82 branch 2 times, most recently from d07073a to 7ea942c Compare November 14, 2025 07:32
@SanderKondratjevNortal SanderKondratjevNortal force-pushed the NFC-82 branch 3 times, most recently from 282bc12 to 71877fd Compare December 1, 2025 12:31
@sonarqubecloud
Copy link

Comment on lines 50 to 53
private final int TOKEN_MIN_LENGTH = 100;
private final int TOKEN_MAX_LENGTH = 10000;

private final ObjectReader TOKEN_READER = new ObjectMapper().readerFor(WebEidAuthToken.class);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noticed that static is missing from constants:

Suggested change
private static final int TOKEN_MIN_LENGTH = 100;
private static final int TOKEN_MAX_LENGTH = 10000;
private static final ObjectReader TOKEN_READER = new ObjectMapper().readerFor(WebEidAuthToken.class);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants