Closed ielis closed 2 years ago
Is there a reason why the builder field is package-private in VariationDescriptorBuilder and VariantInterpretationBuilder?
builder
VariationDescriptorBuilder
VariantInterpretationBuilder
It looks like a bug, I did not find any usages of the inner builders, nor the other inner builders in the same package have package-private access.
Should have been private. Fixed.
Is there a reason why the
builder
field is package-private inVariationDescriptorBuilder
andVariantInterpretationBuilder
?It looks like a bug, I did not find any usages of the inner builders, nor the other inner builders in the same package have package-private access.