Skip to content
This repository was archived by the owner on Aug 1, 2025. It is now read-only.

Commit 72b1d71

Browse files
fix misspelled abbreviation param
1 parent 5935a0a commit 72b1d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/brapi/test/BrAPITestServer/service/core/LocationService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public List<Location> findLocations(LocationSearchRequest request, Metadata meta
5151
Pageable pageReq = PagingUtility.getPageRequest(metadata);
5252
SearchQueryBuilder<LocationEntity> searchQuery = new SearchQueryBuilder<LocationEntity>(LocationEntity.class)
5353
.withExRefs(request.getExternalReferenceIDs(), request.getExternalReferenceSources())
54-
.appendList(request.getAbbreviations(), "abbreviaion")
54+
.appendList(request.getAbbreviations(), "abbreviation")
5555
.appendList(request.getCountryCodes(), "countrycode")
5656
.appendList(request.getCountryNames(), "countryname")
5757
.appendList(request.getInstituteAddresses(), "instituteaddress")

0 commit comments

Comments
 (0)