Skip to content

Commit

Permalink
New Spotbugs error fix (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanishq-chugh authored Jul 2, 2024
1 parent 53c773c commit 3648a3a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,7 @@ public TTransport getTTransport() {
}

@VisibleForTesting
@SuppressFBWarnings(value = "MS_EXPOSE_REP", justification = "intended_to_do")
public static AtomicInteger getConnCount() {
return connCount;
}
Expand Down

0 comments on commit 3648a3a

Please sign in to comment.