diff --git a/components/org.wso2.carbon.identity.governance/src/main/java/org/wso2/carbon/identity/governance/service/notification/NotificationTemplateManager.java b/components/org.wso2.carbon.identity.governance/src/main/java/org/wso2/carbon/identity/governance/service/notification/NotificationTemplateManager.java index adf7afb216..9717b03b38 100644 --- a/components/org.wso2.carbon.identity.governance/src/main/java/org/wso2/carbon/identity/governance/service/notification/NotificationTemplateManager.java +++ b/components/org.wso2.carbon.identity.governance/src/main/java/org/wso2/carbon/identity/governance/service/notification/NotificationTemplateManager.java @@ -106,6 +106,7 @@ default void addNotificationTemplateType(String displayName, String notification * @param notificationChannel Notification channel (Eg: SMS, EMAIL) * @param tenantDomain Tenant domain * @throws NotificationTemplateManagerException If an error occurred while adding the default notification templates + * Sample change to run sample PR builder */ @Deprecated default void addDefaultNotificationTemplates(String notificationChannel, String tenantDomain)