Merge branch 'cloud-3.1.0' of https://github.com/wso2/carbon-device-mgt into cloud-3.1.0

kamidu 8 years ago
commit 0522493e12

@ -46,7 +46,7 @@ public class APIManagementProviderServiceImpl implements APIManagementProviderSe
private static final int MAX_API_PER_TAG = 200;
private static final String APP_TIER_TYPE = "application";
private static final Map<String, String> tiersMap = new HashMap<>();
private static final int MAX_ATTEMPTS = 10;
private static final int MAX_ATTEMPTS = 20;
@Override
public void removeAPIApplication(String applicationName, String username) throws APIManagerException {

Loading…
Cancel
Save