INT-1614 moved the 'synchronizer' package into the 'remote'
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.integration.file.synchronizer;
|
||||
package org.springframework.integration.file.remote.synchronizer;
|
||||
|
||||
import java.util.Arrays;
|
||||
import java.util.List;
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.integration.file.synchronizer;
|
||||
package org.springframework.integration.file.remote.synchronizer;
|
||||
|
||||
import java.io.File;
|
||||
import java.io.FileNotFoundException;
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.integration.file.synchronizer;
|
||||
package org.springframework.integration.file.remote.synchronizer;
|
||||
|
||||
import org.springframework.core.io.Resource;
|
||||
|
||||
Reference in New Issue
Block a user