Fix build failure

Co-authored-by: Nipuni Kavindya <nipuni@entgra.io>
Co-committed-by: Nipuni Kavindya <nipuni@entgra.io>
master
Nipuni Kavindya 2 months ago committed by Lasantha Dharmakeerthi
parent 40c12875ac
commit f585e37d61

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

Loading…
Cancel
Save