Skip to content

Commit

Permalink
Fix Spotbugs warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlschuetter committed Jul 24, 2023
1 parent 2bdb22a commit 06aa51a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ protected void onServerReady() {
}

@SuppressWarnings("PMD.DoNotCallGarbageCollectionExplicitly")
@SuppressFBWarnings("DM_GC")
@Override
protected void handleConnection(final Socket socket) throws IOException {
try {
Expand Down

0 comments on commit 06aa51a

Please sign in to comment.