Skip to content

Commit 94c8e79

Browse files
committed
Removed annotation on legacy code that is no longer supported
1 parent 7e329a6 commit 94c8e79

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

browsermob-legacy/src/main/java/net/lightbody/bmp/proxy/http/HttpDeleteWithBody.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
package net.lightbody.bmp.proxy.http;
22

33
import org.apache.http.client.methods.HttpEntityEnclosingRequestBase;
4+
45
import java.net.URI;
5-
import org.apache.http.annotation.NotThreadSafe;
66

77
// Allows for HTTP DELETE requests to contain a body, which the HttpDelete
88
// class does not support. Please see:
99
// http://stackoverflow.com/a/3820549/581722
10-
@NotThreadSafe
1110
public class HttpDeleteWithBody extends HttpEntityEnclosingRequestBase {
1211

1312
public final static String METHOD_NAME = "DELETE";

0 commit comments

Comments
 (0)