Suppress deprecation warning
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1621217 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
195753c562
commit
2865cd0d0d
|
@ -29,6 +29,7 @@ package org.apache.http.client.utils;
|
|||
import org.junit.Assert;
|
||||
import org.junit.Test;
|
||||
|
||||
@SuppressWarnings("deprecation") // test of deprecated code
|
||||
public class TestRfc3492Idn {
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue