resolved conflicts

This commit is contained in:
harish
2024-10-19 13:24:07 +05:30
19 changed files with 314 additions and 51 deletions

View File

@@ -240,5 +240,6 @@ public class GepafinConstant {
public static final String HUB_GET_ALL_SUCCESS = "hub_get_all_success";
public static final String HUB_DELETE_SUCCESS = "hub_delete_success";
public static final String HUB_NOT_FOUND = "hub_not_found";
public static final String EVALUATIONCRITERIA_INVALID = "evaluationCriteria.invalid";
}