Skip to content

Commit 3487b9b

Browse files
committed
Mark class Deprecated
This class is only used by other deprecated classes in the same package. The entire package is now deprecated. Signed-off-by: BJ Hargrave <[email protected]>
1 parent 5806a12 commit 3487b9b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: biz.aQute.repository/src/aQute/bnd/deployer/http/HttpsUtil.java

+3
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,13 @@
1313
import javax.net.ssl.TrustManager;
1414
import javax.net.ssl.X509TrustManager;
1515

16+
@Deprecated
1617
public class HttpsUtil {
1718

19+
@Deprecated
1820
public static final String PROP_DISABLE_SERVER_CERT_VERIFY = "disableServerVerify";
1921

22+
@Deprecated
2023
static void disableServerVerification(URLConnection connection) throws GeneralSecurityException {
2124
if (!(connection instanceof HttpsURLConnection))
2225
return;

0 commit comments

Comments
 (0)