This wasn't meant to be included in the last commit

This commit is contained in:
Keir Nellyer 2016-07-29 15:09:21 +01:00
parent bb9dbf1da4
commit 635e07c5a2
1 changed files with 0 additions and 3 deletions

View File

@ -1,7 +1,6 @@
package mineplex.core.report;
import java.util.Collection;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Optional;
@ -55,8 +54,6 @@ public class ReportManager
private final ReportRepository _reportRepository;
private final ReportProfileRepository _reportProfileRepository;
private final Map<UUID, String> waitingForInvisibility = new HashMap<>();
public ReportManager(JavaPlugin plugin, SnapshotManager snapshotManager, CoreClientManager clientManager,
IncognitoManager incognitoManager, String serverName, int serverWeight)
{