Skip to content

Commit

Permalink
Reorder modifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
tu55eladd committed Jan 21, 2025
1 parent 482d4fd commit 15fcc38
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@

public class OppfolgingsenhetEndringServiceTest {

private final static Fnr FNR = Fnr.of("12356");
private final static AktorId AKTOR_ID = AktorId.of("123");
private final static EnhetId NYTT_NAV_KONTOR = EnhetId.of("1111");
private static final Fnr FNR = Fnr.of("12356");
private static final AktorId AKTOR_ID = AktorId.of("123");
private static final EnhetId NYTT_NAV_KONTOR = EnhetId.of("1111");

private AuthService authService = mock(AuthService.class);

Expand Down

0 comments on commit 15fcc38

Please sign in to comment.