Polish modifier order
See gh-12019
This commit is contained in:
committed by
Stephane Nicoll
parent
114ece56b8
commit
87bf0b26df
@@ -45,7 +45,7 @@ public class HttpTunnelPayload {
|
||||
|
||||
private static final int BUFFER_SIZE = 1024 * 100;
|
||||
|
||||
protected final static char[] HEX_CHARS = "0123456789ABCDEF".toCharArray();
|
||||
protected static final char[] HEX_CHARS = "0123456789ABCDEF".toCharArray();
|
||||
|
||||
private static final Log logger = LogFactory.getLog(HttpTunnelPayload.class);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user