Polishing contribution

Closes gh-29220
This commit is contained in:
rstoyanchev 2023-02-13 09:15:47 +00:00
parent 1de9426df0
commit 17bc3facaa
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright 2002-2022 the original author or authors.
* Copyright 2002-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -145,8 +145,8 @@ public final class CloseStatus implements Serializable {
* client that may be done during normal shutdown.
* @since 4.0.3
*/
public static final CloseStatus SESSION_NOT_RELIABLE = new CloseStatus(4500)
.withReason("Failed to send message within the configured send limit");
public static final CloseStatus SESSION_NOT_RELIABLE =
new CloseStatus(4500).withReason("Failed to send message within the configured send limit");
private final int code;