From 3f8eaf0da773c3d399144dad56d68d4f22ef6b1c Mon Sep 17 00:00:00 2001 From: Keir Nellyer Date: Sat, 9 Jul 2016 22:56:32 -0400 Subject: [PATCH] Missing semi-colon --- .../src/mineplex/core/report/ReportRepository.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/Mineplex.Core/src/mineplex/core/report/ReportRepository.java b/Plugins/Mineplex.Core/src/mineplex/core/report/ReportRepository.java index 5307f16e0..7e93cc2de 100644 --- a/Plugins/Mineplex.Core/src/mineplex/core/report/ReportRepository.java +++ b/Plugins/Mineplex.Core/src/mineplex/core/report/ReportRepository.java @@ -137,7 +137,7 @@ public class ReportRepository { _logger.log(Level.SEVERE, "Error whilst fetching unhandled reports.", throwable); return new ArrayList<>(); - }) + }); return future; }