Skip to content

Commit

Permalink
Update multification-cdn/src/com/eternalcode/multification/cdn/Multif…
Browse files Browse the repository at this point in the history
…icationNoticeCdnComposer.java

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
CitralFlo and coderabbitai[bot] authored Oct 8, 2024
1 parent 7c307e6 commit 700c662
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ private Result<Blank, Exception> appendEntry(Entry entry, Notice.Builder builder
Optional<NoticeDeserializeResult<?>> optional = this.noticeRegistry.deserialize(key, result);

if (optional.isEmpty()) {
return Result.error(new IllegalStateException("Unsupported notice type: " + key + ": " + value));
return Result.error(new IllegalStateException("Unsupported notice type: " + key));
}

this.withPart(builder, optional.get());
Expand Down

0 comments on commit 700c662

Please sign in to comment.