From 635e07c5a21d053201725dfdcc1dcbfe56b26738 Mon Sep 17 00:00:00 2001 From: Keir Nellyer Date: Fri, 29 Jul 2016 15:09:21 +0100 Subject: [PATCH] This wasn't meant to be included in the last commit --- .../Mineplex.Core/src/mineplex/core/report/ReportManager.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/Plugins/Mineplex.Core/src/mineplex/core/report/ReportManager.java b/Plugins/Mineplex.Core/src/mineplex/core/report/ReportManager.java index 6a835e8c6..d924f065a 100644 --- a/Plugins/Mineplex.Core/src/mineplex/core/report/ReportManager.java +++ b/Plugins/Mineplex.Core/src/mineplex/core/report/ReportManager.java @@ -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 waitingForInvisibility = new HashMap<>(); - public ReportManager(JavaPlugin plugin, SnapshotManager snapshotManager, CoreClientManager clientManager, IncognitoManager incognitoManager, String serverName, int serverWeight) {