Upgrade dependencies; fix deprecations
* Prepare for release
This commit is contained in:
@@ -494,7 +494,7 @@ public abstract class AbstractInboundFileSynchronizer<F>
|
||||
throw new IllegalStateException("Could not sent last modified on file: " + localFile);
|
||||
}
|
||||
String hostPort = session.getHostPort();
|
||||
int colonIndex = hostPort.lastIndexOf(":");
|
||||
int colonIndex = hostPort.lastIndexOf(':');
|
||||
String host = hostPort.substring(0, colonIndex);
|
||||
String port = hostPort.substring(colonIndex + 1);
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user