Previous git merge cause this single line to be deleted

I literally have no idea why or how this happened.
This commit is contained in:
Keir Nellyer 2016-04-29 23:47:01 +01:00
parent 6a00f26d5f
commit 2490e3df82

View File

@ -303,6 +303,7 @@ public class ReportManager {
public int generateReportId()
{
JedisPool pool = Utility.getPool(true);
Jedis jedis = pool.getResource();
long uniqueReportId = -1;
try