Skip to content

Commit ae5df79

Browse files
committed
Ignore deprecation in test code that deliberately uses it
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1744399 13f79535-47bb-0310-9956-ffa450edef68
1 parent c76e008 commit ae5df79

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/test/java/org/apache/commons/codec/digest/HmacUtilsTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
*
3636
* @version $Id$
3737
*/
38+
@SuppressWarnings("deprecation") // temporarily ignore that HmacUtils is deprecated
3839
public class HmacUtilsTest {
3940
@Test
4041
public void testConstructor() {

0 commit comments

Comments
 (0)