Missing semi-colon

This commit is contained in:
Keir Nellyer 2016-07-09 22:56:32 -04:00
parent be8050a556
commit 3f8eaf0da7

View File

@ -137,7 +137,7 @@ public class ReportRepository
{ {
_logger.log(Level.SEVERE, "Error whilst fetching unhandled reports.", throwable); _logger.log(Level.SEVERE, "Error whilst fetching unhandled reports.", throwable);
return new ArrayList<>(); return new ArrayList<>();
}) });
return future; return future;
} }