Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mwiede committed Jan 24, 2025
1 parent 7179f33 commit d906cab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/jcraft/jsch/OpenSSHConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@ public int getPort() {
try {
port = Integer.parseInt(foo);
} catch (NumberFormatException e) {
// wrong format
logError("Port", e);
}
return port;
Expand Down

0 comments on commit d906cab

Please sign in to comment.