mirror of
https://github.com/System-End/Discord-MC-Chat.git
synced 2026-04-19 22:05:11 +00:00
reorder
This commit is contained in:
parent
10c12a122c
commit
032cb1bfa1
1 changed files with 2 additions and 2 deletions
|
|
@ -23,9 +23,9 @@ public class Constants {
|
|||
.enable(YAMLGenerator.Feature.MINIMIZE_QUOTES)
|
||||
.disable(YAMLGenerator.Feature.WRITE_DOC_START_MARKER));
|
||||
|
||||
public static final String VERSION = EnvironmentUtils.getDmccVersion();
|
||||
|
||||
public static final ObjectMapper JSON_MAPPER = new ObjectMapper();
|
||||
|
||||
public static final String VERSION = EnvironmentUtils.getDmccVersion();
|
||||
|
||||
public static final OkHttpClient OK_HTTP_CLIENT = new OkHttpClient();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue