Fix Checkstyle errors
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
package com.velocitypowered.proxy.connection.client;
|
||||
|
||||
import static com.velocitypowered.proxy.connection.client.HandshakeSessionHandler.cleanVhost;
|
||||
import static com.velocitypowered.proxy.connection.forge.legacy.LegacyForgeConstants.*;
|
||||
import static org.junit.jupiter.api.Assertions.*;
|
||||
import static com.velocitypowered.proxy.connection.forge.legacy.LegacyForgeConstants.HANDSHAKE_HOSTNAME_TOKEN;
|
||||
import static org.junit.jupiter.api.Assertions.assertEquals;
|
||||
|
||||
import com.velocitypowered.proxy.connection.forge.legacy.LegacyForgeConstants;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
class HandshakeSessionHandlerTest {
|
||||
|
Reference in New Issue
Block a user