Deprecation warning suppression for UserMap.

This commit is contained in:
Luke Taylor 2010-06-25 12:50:58 +01:00
parent 9a2d0c2cb5
commit 21a664b2eb
4 changed files with 4 additions and 0 deletions

View File

@ -41,6 +41,7 @@ import java.util.Properties;
* *
* @author Ben Alex * @author Ben Alex
*/ */
@SuppressWarnings("deprecation")
public class UserMapEditor extends PropertyEditorSupport { public class UserMapEditor extends PropertyEditorSupport {
//~ Methods ======================================================================================================== //~ Methods ========================================================================================================

View File

@ -27,6 +27,7 @@ import org.springframework.security.core.userdetails.memory.UserMapEditor;
* *
* @author Ben Alex * @author Ben Alex
*/ */
@SuppressWarnings("deprecation")
public class UserMapEditorTests extends TestCase { public class UserMapEditorTests extends TestCase {
//~ Constructors =================================================================================================== //~ Constructors ===================================================================================================

View File

@ -29,6 +29,7 @@ import org.springframework.security.core.userdetails.UsernameNotFoundException;
* *
* @author Ben Alex * @author Ben Alex
*/ */
@SuppressWarnings("deprecation")
public class UserMapTests { public class UserMapTests {
@Test @Test

View File

@ -51,6 +51,7 @@ import org.springframework.util.StringUtils;
* @author Ben Alex * @author Ben Alex
* @author Luke Taylor * @author Luke Taylor
*/ */
@SuppressWarnings("deprecation")
public class DigestAuthenticationFilterTests { public class DigestAuthenticationFilterTests {
//~ Static fields/initializers ===================================================================================== //~ Static fields/initializers =====================================================================================