Fix secure builder's name.

This commit is contained in:
Manuele Simi 2020-02-07 11:02:21 -05:00
parent a2b242d631
commit 3308729be3
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ public class GXWebTargetAdapterRequest implements GXHTTP<Entity<?>,GXInboundResp
* the secure socket protocol to use in the call
* @return the request
*/
public static GXWebTargetAdapterRequest newRequest(String address, String tslprotocol) {
public static GXWebTargetAdapterRequest newHTTPSRequest(String address, String tslprotocol) {
return new GXWebTargetAdapterRequest(address, false, tslprotocol);
}