Skip to content

Commit

Permalink
[Java][Jersey2] revert configurable javax package for javax.net (#14341)
Browse files Browse the repository at this point in the history
  • Loading branch information
borsch authored Jan 1, 2023
1 parent 7c587ce commit be93d1f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ import java.io.IOException;
import java.io.InputStream;

import java.net.URI;
import {{javaxPackage}}.net.ssl.SSLContext;
import {{javaxPackage}}.net.ssl.TrustManager;
import {{javaxPackage}}.net.ssl.X509TrustManager;
import javax.net.ssl.SSLContext;
import javax.net.ssl.TrustManager;
import javax.net.ssl.X509TrustManager;
import java.security.cert.X509Certificate;
import java.security.KeyManagementException;
import java.security.NoSuchAlgorithmException;
Expand Down

0 comments on commit be93d1f

Please sign in to comment.