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:
Sebastian Bazley 2011-09-26 17:28:53 +00:00
parent 145d0c1f3c
commit 9a701bfbe4
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ import org.junit.Assert;
import org.junit.Test;
@SuppressWarnings("boxing") // test class
public class TestDefaultHttpRequestRetryHandler {
@Test