Skip to content

Commit aaf7fbd

Browse files
committed
Updated comment
1 parent 4452e8a commit aaf7fbd

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ private List<PedigreeNodeEntity> filterGenerations(PedigreeSearchRequest request
340340
}
341341

342342
// TODO: Should the pedigree node records written to the db be different? Converting to a hashset keeps
343-
// an entry for records with null pedigree which is not desired in output. Filtering out here for now.
343+
// an entry for records with null germplasm which is not desired in output. Filtering out here for now.
344344
List<PedigreeNodeEntity> filteredBaseNodes = baseNodes.stream()
345345
.filter(node -> node.getGermplasm() != null)
346346
.collect(Collectors.toList());

0 commit comments

Comments
 (0)