mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fix build failure
Co-authored-by: Nipuni Kavindya <nipuni@entgra.io> Co-committed-by: Nipuni Kavindya <nipuni@entgra.io>
This commit is contained in:
parent
40c12875ac
commit
f585e37d61
@ -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…
Reference in New Issue
Block a user