From 102c4eb93f0b5ebc584b1f3e1ec6fb2230785e23 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Thu, 28 Oct 2010 15:54:34 -0400 Subject: [PATCH] Remove annotation typo --- .../sftp/impl/SftpInboundRemoteFileSystemSynchronizerTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-integration-sftp/src/test/java/org/springframework/integration/sftp/impl/SftpInboundRemoteFileSystemSynchronizerTests.java b/spring-integration-sftp/src/test/java/org/springframework/integration/sftp/impl/SftpInboundRemoteFileSystemSynchronizerTests.java index 5c29bc8957..1c5eb5e876 100644 --- a/spring-integration-sftp/src/test/java/org/springframework/integration/sftp/impl/SftpInboundRemoteFileSystemSynchronizerTests.java +++ b/spring-integration-sftp/src/test/java/org/springframework/integration/sftp/impl/SftpInboundRemoteFileSystemSynchronizerTests.java @@ -79,7 +79,7 @@ public class SftpInboundRemoteFileSystemSynchronizerTests { * * @throws Exception */ - @org.junit.Ignore; + @org.junit.Ignore @Test public void testCopyAndRenameWhenLocalFileDoesntExist() throws Exception { SftpInboundRemoteFileSystemSynchronizer synchronizer = new SftpInboundRemoteFileSystemSynchronizer();