From b8aa1dea7cc160a8b3251fa801ba80cf5f4fcb4b Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 29 May 2019 11:50:14 -0700 Subject: [PATCH] Nix vestigial javadoc param. --- core/src/main/java/com/threerings/getdown/net/Connector.java | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/main/java/com/threerings/getdown/net/Connector.java b/core/src/main/java/com/threerings/getdown/net/Connector.java index 9e74787..544d2cc 100644 --- a/core/src/main/java/com/threerings/getdown/net/Connector.java +++ b/core/src/main/java/com/threerings/getdown/net/Connector.java @@ -50,7 +50,6 @@ public class Connector { /** * Opens a connection to a URL, setting the authentication header if user info is present. - * @param proxy the proxy via which to perform HTTP connections. * @param url the URL to which to open a connection. * @param connectTimeout if {@code > 0} then a timeout, in seconds, to use when opening the * connection. If {@code 0} is supplied, the connection timeout specified via system properties