fix: Suppress warning AvoidInlineConditionals

Signed-off-by: Manuel Polo <mrmx@duck.com>
pull/5600/head
Manuel Polo 1 year ago
parent 72c76be6b1
commit 496bda2f7a
No known key found for this signature in database
GPG Key ID: 225EFA9B34C561E3

@ -130,6 +130,7 @@ public class StreamMessageId {
}
@Override
@SuppressWarnings("AvoidInlineConditionals")
public String toString() {
if (this == NEVER_DELIVERED) {
return ">";

Loading…
Cancel
Save