Missing semi-colon

This commit is contained in:
Keir Nellyer 2016-07-09 22:56:32 -04:00
parent be8050a556
commit 3f8eaf0da7
1 changed files with 1 additions and 1 deletions

View File

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