Fix build failure.

pull/470/head
Nipuni Kavindya 4 months ago
parent 40c12875ac
commit 91368cbd5d

@ -33,6 +33,10 @@ public class SubscriptionManagementServiceProvider {
private SubscriptionManagementServiceProvider() {
}
public static SubscriptionManagementServiceProvider getInstance() {
return SubscriptionManagementProviderServiceHolder.INSTANCE;
}
/**
* Retrieves the appropriate SubscriptionManagementHelperService based on the provided SubscriptionInfo.
*

Loading…
Cancel
Save