samtools / htsjdk

A Java API for high-throughput sequencing data (HTS) formats.
http://samtools.github.io/htsjdk/
278 stars 244 forks source link

IntervalTree.Node's methods have package visibility only #1620

Closed holtgrewe closed 1 year ago

holtgrewe commented 1 year ago

Description of the issue:

The functions of IntervalTree.Node only have package level visibility. That is a pity, as one cannot access any of its members.

Your environment:

Steps to reproduce

See here: https://samtools.github.io/htsjdk/javadoc/htsjdk/htsjdk/samtools/util/IntervalTree.Node.html

Expected behaviour

N/A

Actual behaviour

N/A

holtgrewe commented 1 year ago

Never mind, I must have been blind.