Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: EngineHub/WorldEdit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 52f037fed9d0484a3cb1c082219e58f0dc36fa61
Choose a base ref
..
head repository: EngineHub/WorldEdit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a9fc1ab0fe65a47cbfb9024bcc977cb973487561
Choose a head ref
Showing with 4 additions and 1 deletion.
  1. +4 −1 worldedit-core/src/main/java/com/sk89q/worldedit/util/net/HttpRequest.java
Original file line number Diff line number Diff line change
@@ -45,7 +45,10 @@
import java.util.Map;
import java.util.concurrent.ThreadLocalRandom;

@Deprecated
/**
* @deprecated Use the native JDK HttpClient API instead.
*/
@Deprecated(forRemoval = true)
public class HttpRequest implements Closeable {

private static final int CONNECT_TIMEOUT = 1000 * 5;