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

Commit f065fb5

Browse files
fix search pedigree bug
1 parent 5b600ca commit f065fb5

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/main/java/io/swagger/model/germ/PedigreeSearchRequest.java

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -654,20 +654,8 @@ public Integer getTotalParameterCount() {
654654
count += this.germplasmNames.size();
655655
if (this.germplasmPUIs != null)
656656
count += this.germplasmPUIs.size();
657-
if (this.includeFullTree != null)
658-
count += 1;
659-
if (this.includeParents != null)
660-
count += 1;
661-
if (this.includeProgeny != null)
662-
count += 1;
663-
if (this.includeSiblings != null)
664-
count += 1;
665657
if (this.instituteCodes != null)
666658
count += this.instituteCodes.size();
667-
if (this.pedigreeDepth != null)
668-
count += 1;
669-
if (this.progenyDepth != null)
670-
count += 1;
671659
if (this.programDbIds != null)
672660
count += this.programDbIds.size();
673661
if (this.programNames != null)

0 commit comments

Comments
 (0)