Polish: follow name convention - make immutable fields final
This commit is contained in:
committed by
Juergen Hoeller
parent
9bb7fcd997
commit
9a6fbf59c5
@@ -32,7 +32,7 @@ import org.springframework.util.Assert;
|
||||
*/
|
||||
public class StompSubProtocolErrorHandler implements SubProtocolErrorHandler<byte[]> {
|
||||
|
||||
private static byte[] EMPTY_PAYLOAD = new byte[0];
|
||||
private static final byte[] EMPTY_PAYLOAD = new byte[0];
|
||||
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user