Compare commits

..

No commits in common. "d32c1759af87c095e91bf3fec003120185b9c67d" and "570d6df14cdd1adc15c61f8353f691e0881f06d8" have entirely different histories.

View File

@ -74,4 +74,4 @@ public class FtpFileClient extends AbstractFileClient<FtpFileClientConfig> {
return config.getBasePath() + path; return config.getBasePath() + path;
} }
} }