samtools / htsjdk

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

Deprecate redundant method deleteRecursively in TestUtils #1313

Closed lbergelson closed 5 years ago

lbergelson commented 5 years ago

There's a method deleteRecursively in TestUtils that is redundant with methods in IOUtils. It should be removed.

lbergelson commented 5 years ago

Woops, I thought this was in the test sources rather than the normal sources, we have to deprecate first.

lbergelson commented 5 years ago

this was fixed in #1315