Skip to content

Commit

Permalink
common: Fix spotbugs false positive
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlschuetter committed Jun 28, 2024
1 parent 1935b73 commit bde90ab
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -899,6 +899,7 @@ public boolean covers(AFSocketAddress other) {
* @throws ClassNotFoundException on error.
* @throws IOException on error.
*/
@SuppressFBWarnings("MC_OVERRIDABLE_METHOD_CALL_IN_READ_OBJECT") // https://github.com/spotbugs/spotbugs/issues/2957
private void readObject(ObjectInputStream in) throws ClassNotFoundException, IOException {
in.defaultReadObject();

Expand Down

0 comments on commit bde90ab

Please sign in to comment.