Added a comment

This commit is contained in:
keithhc2 2021-07-12 09:02:11 -07:00
parent 21b4c3ab87
commit d00637b05e
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ public class RESTClientSample {
System.setProperty("javax.net.ssl.trustStorePassword", password-to-keystore);
//Establish credentials to use basic authentication.
//Only for demo purposes. Do not specify your credentials in code.
final CredentialsProvider credentialsProvider = new BasicCredentialsProvider();
credentialsProvider.setCredentials(AuthScope.ANY,