Skip to content

Commit

Permalink
Logging level and details review code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
RustyHMCTS committed Jul 26, 2024
1 parent 187ec7d commit 4347738
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public List<DefendantAccountEntity> getDefendantAccountsByBusinessUnit(Short bus
public AccountSearchResultsDto searchDefendantAccounts(AccountSearchDto accountSearchDto) {
log.info(":searchDefendantAccounts: criteria: {}", accountSearchDto.toJson());

// TODO - 25/06/2024 - remove this Disco+ 'test' code soon?
if ("test".equalsIgnoreCase(accountSearchDto.getCourt())) {

try (InputStream in = Thread.currentThread().getContextClassLoader()
Expand Down Expand Up @@ -118,7 +119,7 @@ public AccountSearchResultsDto searchDefendantAccounts(AccountSearchDto accountS

public AccountDetailsDto getAccountDetailsByDefendantAccountId(Long defendantAccountId) {


// TODO - 25/06/2024 - remove this Disco+ 'test' code soon?
if (defendantAccountId.equals(0L)) {


Expand Down

0 comments on commit 4347738

Please sign in to comment.