Polish modifier order

See gh-12019
This commit is contained in:
Johnny Lim
2018-02-13 15:21:44 +09:00
committed by Stephane Nicoll
parent 114ece56b8
commit 87bf0b26df
8 changed files with 8 additions and 8 deletions

View File

@@ -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);