Skip to content

Commit

Permalink
Mark class Deprecated
Browse files Browse the repository at this point in the history
This class is only used by other deprecated classes in the same package.
The entire package is now deprecated.

Signed-off-by: BJ Hargrave <bj@hargrave.dev>
  • Loading branch information
bjhargrave committed Jun 14, 2022
1 parent 5806a12 commit 3487b9b
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -13,10 +13,13 @@
import javax.net.ssl.TrustManager;
import javax.net.ssl.X509TrustManager;

@Deprecated
public class HttpsUtil {

@Deprecated
public static final String PROP_DISABLE_SERVER_CERT_VERIFY = "disableServerVerify";

@Deprecated
static void disableServerVerification(URLConnection connection) throws GeneralSecurityException {
if (!(connection instanceof HttpsURLConnection))
return;
Expand Down

0 comments on commit 3487b9b

Please sign in to comment.