Skip to content

Commit

Permalink
story(ccls-2026): checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
porritta committed Apr 11, 2024
1 parent e2503fa commit 8c045ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ EvidenceDocumentDetail toEvidenceDocumentDetail(
@InheritInverseConfiguration
@Mapping(target = "auditTrail", ignore = true)
uk.gov.laa.ccms.caab.api.entity.EvidenceDocument toEvidenceDocument(
final EvidenceDocumentDetail EvidenceDocumentDetail);
final EvidenceDocumentDetail evidenceDocumentDetail);

default String toBase64String(byte[] bytes) {
return bytes != null ? Base64.getEncoder().encodeToString(bytes) : null;
Expand Down

0 comments on commit 8c045ea

Please sign in to comment.