mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-03 04:50:37 +00:00
Reorder static final modifier
This commit is contained in:
parent
b20978e08e
commit
c0aa338d7c
91 changed files with 137 additions and 137 deletions
|
@ -26,7 +26,7 @@ import java.util.concurrent.atomic.AtomicBoolean;
|
|||
|
||||
public class HttpServerHandler implements AutoCloseable {
|
||||
|
||||
private final static Logger logger = LoggerFactory.getLogger(HttpServerHandler.class);
|
||||
private static final Logger logger = LoggerFactory.getLogger(HttpServerHandler.class);
|
||||
|
||||
private final ObjectMapper objectMapper = Util.createJsonObjectMapper();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue