Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tkountis committed Jan 18, 2024
1 parent 49aa839 commit b9d58d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ static ServFail of(final QuestionRecord question) {
}
}

private final Set<ServFail> failSet = new HashSet<>(null);
private final Set<ServFail> failSet = new HashSet<>();

public synchronized void addFail(final ServFail fail) {
failSet.add(fail);
Expand Down

0 comments on commit b9d58d8

Please sign in to comment.