Suppress boxing warning for test case
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1175961 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
145d0c1f3c
commit
9a701bfbe4
|
@ -39,6 +39,7 @@ import org.junit.Assert;
|
|||
import org.junit.Test;
|
||||
|
||||
|
||||
@SuppressWarnings("boxing") // test class
|
||||
public class TestDefaultHttpRequestRetryHandler {
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Reference in New Issue