Skip to content
Snippets Groups Projects
Commit fa181bb4 authored by brinn's avatar brinn
Browse files

fix: potential NPE

SVN: 22529
parent 039f1db8
No related branches found
No related tags found
No related merge requests found
...@@ -235,7 +235,7 @@ public class DeleteFromExternalDBMaintenanceTask extends ...@@ -235,7 +235,7 @@ public class DeleteFromExternalDBMaintenanceTask extends
return ids; return ids;
} }
private long tryGetPreviousLastSeenEventId(Connection c) throws SQLException private Long tryGetPreviousLastSeenEventId(Connection c) throws SQLException
{ {
Long maxLastSeenEventId = null; Long maxLastSeenEventId = null;
ResultSet result = ResultSet result =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment