mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-30 19:10:38 +00:00
Reorder static final modifier
This commit is contained in:
parent
b20978e08e
commit
c0aa338d7c
91 changed files with 137 additions and 137 deletions
|
@ -21,7 +21,7 @@ import java.util.List;
|
|||
|
||||
public class VerifyCommand implements RegistrationCommand, JsonRpcRegistrationCommand<VerifyCommand.VerifyParams> {
|
||||
|
||||
private final static Logger logger = LoggerFactory.getLogger(VerifyCommand.class);
|
||||
private static final Logger logger = LoggerFactory.getLogger(VerifyCommand.class);
|
||||
|
||||
@Override
|
||||
public String getName() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue