Skip to content

Commit

Permalink
Don't use deprecated API internally
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jul 19, 2023
1 parent aefe84f commit 9a84900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/apache/commons/net/tftp/TFTPServer.java
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ public void close() {

@Override
protected void finalize() throws Throwable {
shutdown();
close();
}

/**
Expand Down

0 comments on commit 9a84900

Please sign in to comment.