Suppress warnings in MappingJacksonMsgConvTests

This commit is contained in:
Sam Brannen 2014-01-22 21:09:06 +01:00
parent 227320dc81
commit 3cb5828e21
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright 2002-2013 the original author or authors.
* Copyright 2002-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -28,6 +28,7 @@ import javax.jms.TextMessage;
import org.junit.Before;
import org.junit.Test;
import org.mockito.invocation.InvocationOnMock;
import org.mockito.stubbing.Answer;
@ -38,6 +39,7 @@ import static org.mockito.BDDMockito.*;
* @author Arjen Poutsma
* @author Dave Syer
*/
@SuppressWarnings("deprecation")
public class MappingJacksonMessageConverterTests {
private MappingJacksonMessageConverter converter;