Skip to content

Commit

Permalink
Remove extra setLong call
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdailis committed Sep 9, 2024
1 parent 4d5cb1f commit 23e4755
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ public GetCreatedActivitiesAction(final Connection connection) throws SQLExcepti

public Map<GoalId, List<ActivityDirectiveId>> get(final long analysisId) throws SQLException {
this.statement.setLong(1, analysisId);
this.statement.setLong(2, analysisId);
final var resultSet = this.statement.executeQuery();

final var createdActivities = new HashMap<GoalId, List<ActivityDirectiveId>>();
Expand Down

0 comments on commit 23e4755

Please sign in to comment.