Fix checkstyle

This commit is contained in:
Andrew Steinborn
2019-05-12 10:46:11 -04:00
parent b5fcf685be
commit 16d557a109
2 changed files with 6 additions and 2 deletions

View File

@@ -1,6 +1,9 @@
package com.velocitypowered.proxy.util.collect;
import static org.junit.jupiter.api.Assertions.*;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertFalse;
import static org.junit.jupiter.api.Assertions.assertThrows;
import static org.junit.jupiter.api.Assertions.assertTrue;
import com.google.common.collect.ImmutableSet;
import java.util.Collection;