Skip to content

Commit

Permalink
MOSIP-35176 Added comments
Browse files Browse the repository at this point in the history
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
  • Loading branch information
kameshsr committed Sep 30, 2024
1 parent f5c7175 commit 24457ce
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public class MasterDataCacheInitializer implements ApplicationListener<Applicati
// Invoking this in post construct does not work due to time-out issue happening
// with webclient while invoking from post constuct.
public void loadMasterData() throws IdAuthenticationBusinessException {
//https://mosip.atlassian.net/browse/MOSIP-35847 after closing this bug will uncomment and test fully
// masterDataCache.getMasterDataTitles();
// masterDataCache.getMasterDataTemplate(EnvUtil.getAuthEmailContentTemplate());
// masterDataCache.getMasterDataTemplate(EnvUtil.getAuthEmailSubjectTemplate());
Expand Down

0 comments on commit 24457ce

Please sign in to comment.