Grab most of the low-hanging fruit.

This commit is contained in:
Andrew Steinborn
2018-12-29 17:22:36 -05:00
parent f898b766f1
commit 89bcc9a100
23 changed files with 143 additions and 44 deletions

View File

@@ -1,6 +1,6 @@
package com.velocitypowered.api.proxy.server;
import static org.junit.jupiter.api.Assertions.*;
import static org.junit.jupiter.api.Assertions.assertEquals;
import com.google.common.collect.ImmutableList;
import com.velocitypowered.api.proxy.server.QueryResponse.PluginInformation;

View File

@@ -1,6 +1,6 @@
package com.velocitypowered.api.proxy.server;
import static org.junit.jupiter.api.Assertions.*;
import static org.junit.jupiter.api.Assertions.assertEquals;
import com.google.common.collect.ImmutableList;
import com.velocitypowered.api.proxy.server.ServerPing.Players;