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

Commit e1051b1

Browse files
committed
Rename gId to dbId in PedigreeService
1 parent 449263f commit e1051b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/brapi/test/BrAPITestServer/service/germ/PedigreeService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ public List<PedigreeNodeEntity> findOrCreatePedigreeNodesFromGermplasmIds(List<S
206206
.collect(Collectors.toSet());
207207

208208
List<String> germIdsWithNoPedigreeRecord = germplasmDbIds.stream()
209-
.filter(gId -> !germIdsOfFoundNodes.contains(gId))
209+
.filter(dbId -> !germIdsOfFoundNodes.contains(dbId))
210210
.collect(Collectors.toList());
211211

212212
// Now see if there are germplasm records that exist from the list created above that have a pedigree associated.

0 commit comments

Comments
 (0)