Skip to content

Commit

Permalink
[MOSIP-29726]Update LocationExtnDto.java (mosip#906)
Browse files Browse the repository at this point in the history
Signed-off-by: Balaji Alluru <[email protected]>
Signed-off-by: dhanendra06 <[email protected]>
  • Loading branch information
balaji-alluru authored and dhanendra06 committed Jun 13, 2024
1 parent 1ce7957 commit 262dc82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class LocationExtnDto extends BaseDto {
@JsonDeserialize(using = CustomIntegerDeserializer.class)
@Range(min = 0)
@ApiModelProperty(value = "hierarchyLevel", required = true, dataType = "java.lang.Integer")
private int hierarchyLevel;
private short hierarchyLevel;

@FilterType(types = { FilterTypeEnum.EQUALS, FilterTypeEnum.CONTAINS, FilterTypeEnum.STARTSWITH })
@ApiModelProperty(value = "hierarchyName", required = true, dataType = "java.lang.String")
Expand Down

0 comments on commit 262dc82

Please sign in to comment.