From a8eae7ed33423dacfd3000997663db5058017bf3 Mon Sep 17 00:00:00 2001 From: JeethJJ Date: Mon, 2 Sep 2024 12:11:22 +0530 Subject: [PATCH] Deprecate obsolete method. --- .../service/notification/NotificationTemplateManager.java | 1 + 1 file changed, 1 insertion(+) 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 abf5eca938..adf7afb216 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 @@ -107,6 +107,7 @@ default void addNotificationTemplateType(String displayName, String notification * @param tenantDomain Tenant domain * @throws NotificationTemplateManagerException If an error occurred while adding the default notification templates */ + @Deprecated default void addDefaultNotificationTemplates(String notificationChannel, String tenantDomain) throws NotificationTemplateManagerException {