INT-1614 moved the 'synchronizer' package into the 'remote'

This commit is contained in:
Mark Fisher
2010-11-19 18:59:29 -05:00
parent b91a17ed01
commit fc9fff58d4
8 changed files with 10 additions and 10 deletions

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;