Skip to content

Commit

Permalink
Adding function comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tanishi-egov committed Dec 27, 2024
1 parent 7a467f2 commit 98b09aa
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@ private ModuleDetail getPlanModuleDetail() {
.moduleName(ServiceConstants.MDMS_PLAN_MODULE_NAME).build();
}

/**
* Retrieves the module details for the HCM-ADMIN-CONSOLE module.
*
* @return ModuleDetail object containing master details for the HCM-ADMIN-CONSOLE module.
*/
private ModuleDetail getAdminConsoleModuleDetail() {
List<MasterDetail> adminSchemaMasterDetails = new ArrayList<>();
MasterDetail schemaDetails = MasterDetail.builder().name(ServiceConstants.MDMS_MASTER_ADMIN_SCHEMA).build();
Expand Down

0 comments on commit 98b09aa

Please sign in to comment.