Closed ielis closed 2 years ago
Both methods GeneDescriptorBuilder.builder() and GeneDescriptorBuilder.of() take String identifier as a parameter. However, there is no field named identifier in the schema. The parameters should be renamed to String valueId to disambiguate.
GeneDescriptorBuilder.builder()
GeneDescriptorBuilder.of()
String identifier
identifier
String valueId
Fixed by https://github.com/phenopackets/phenopacket-tools/pull/113
Both methods
GeneDescriptorBuilder.builder()
andGeneDescriptorBuilder.of()
takeString identifier
as a parameter. However, there is no field namedidentifier
in the schema. The parameters should be renamed toString valueId
to disambiguate.