Skip to content

Commit

Permalink
fixed import issues (#1281)
Browse files Browse the repository at this point in the history
Co-authored-by: kavi_elrey <25226238+kavi-egov@users.noreply.github.com>
  • Loading branch information
shashwat-egov and kavi-egov authored Dec 16, 2024
1 parent 717aeac commit 9dbb1d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ public enum DataTypeEnum {

MULTIVALUELIST("MultiValueList"),

FILE("File"),

BOOLEAN("Boolean");
FILE("File");

private String value;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
import java.util.function.Function;
import java.util.stream.Collectors;

import digit.models.coremodels.mdms.MasterDetail;
import digit.models.coremodels.mdms.MdmsCriteria;
import digit.models.coremodels.mdms.MdmsCriteriaReq;
import digit.models.coremodels.mdms.ModuleDetail;
import lombok.extern.slf4j.Slf4j;
import org.egov.common.contract.request.RequestInfo;
import org.egov.common.http.client.ServiceRequestClient;
Expand Down

0 comments on commit 9dbb1d7

Please sign in to comment.