Added warning suppression for deprecation.

This commit is contained in:
Luke Taylor 2008-12-17 00:32:21 +00:00
parent d8b5f770e9
commit 585e5f393a
1 changed files with 2 additions and 3 deletions

View File

@ -15,12 +15,10 @@
package org.springframework.security.annotation;
import static org.junit.Assert.*;
import static org.junit.Assert.assertEquals;
import java.util.List;
import junit.framework.TestCase;
import org.junit.Before;
import org.junit.Test;
import org.springframework.security.ConfigAttribute;
@ -39,6 +37,7 @@ import org.springframework.security.intercept.method.MockMethodInvocation;
* @author Ben Alex
* @version $Id$
*/
@SuppressWarnings("deprecation")
public class MethodDefinitionSourceEditorTigerTests {
private MockMethodInvocation makeUpper;
private MockMethodInvocation makeLower;