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:
parent
6a00f26d5f
commit
2490e3df82
@ -303,6 +303,7 @@ public class ReportManager {
|
||||
public int generateReportId()
|
||||
{
|
||||
JedisPool pool = Utility.getPool(true);
|
||||
Jedis jedis = pool.getResource();
|
||||
long uniqueReportId = -1;
|
||||
|
||||
try
|
||||
|
Loading…
Reference in New Issue
Block a user