Remove annotation typo

This commit is contained in:
Chris Beams
2010-10-28 15:54:34 -04:00
parent 1cf449d710
commit 102c4eb93f

View File

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