mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-01 20:10:39 +00:00
Reorder static final modifier
This commit is contained in:
parent
b20978e08e
commit
c0aa338d7c
91 changed files with 137 additions and 137 deletions
|
@ -20,7 +20,7 @@ import java.util.Map;
|
|||
|
||||
public class UploadStickerPackCommand implements JsonRpcLocalCommand {
|
||||
|
||||
private final static Logger logger = LoggerFactory.getLogger(UploadStickerPackCommand.class);
|
||||
private static final Logger logger = LoggerFactory.getLogger(UploadStickerPackCommand.class);
|
||||
|
||||
@Override
|
||||
public String getName() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue