mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
corrected method name
This commit is contained in:
parent
4c9578ebe2
commit
f508bcfd0e
@ -50,7 +50,7 @@ public class APIPublisherUtil {
|
||||
private static final String PARAM_PROVIDER_TENANT_DOMAIN = "providerTenantDomain";
|
||||
|
||||
|
||||
public static API PARAM_MANAGED_API_IS_SECURED(APIConfig config) throws APIManagementException {
|
||||
public static API getAPI(APIConfig config) throws APIManagementException {
|
||||
|
||||
APIProvider provider = config.getProvider();
|
||||
String apiVersion = config.getVersion();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user