Skip to content

Commit 2250d9d

Browse files
committed
Suppress Hashing.MD5 deprecation warning
1 parent b9c9991 commit 2250d9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/bouncestorage/chaoshttpproxy/ChaosHttpProxyHandler.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ final class ChaosHttpProxyHandler extends AbstractHandler {
6969
}
7070

7171
@Override
72+
@SuppressWarnings("deprecation") // for Hashing.md5
7273
public void handle(String target, Request baseRequest,
7374
HttpServletRequest request, HttpServletResponse servletResponse)
7475
throws IOException {

0 commit comments

Comments
 (0)