Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
SELC-5227 fix: sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
empassaro committed Jul 13, 2024
1 parent e499943 commit 0cb3c21
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ class PartyRegistryProxyConnectorImplTest {
@Spy
private InfocamereMapper infocamereMapper = new InfocamereMapperImpl();

private final static AooResponse aooResponse;
private final static UoResponse uoResponse;
private final static PdndResponse pdndResponse;
private final static InsuranceCompanyResource asResponse;
private final static InfocamerePdndResponse infocamerePdndResponse;
private static final AooResponse aooResponse;
private static final UoResponse uoResponse;
private static final PdndResponse pdndResponse;
private static final InsuranceCompanyResource asResponse;
private static final InfocamerePdndResponse infocamerePdndResponse;

static {
aooResponse = new AooResponse();
Expand Down

0 comments on commit 0cb3c21

Please sign in to comment.