Skip to content

Commit

Permalink
-rebased, removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
Yossi Farjoun committed Mar 19, 2019
1 parent 6f75f7b commit d5e317f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/main/java/htsjdk/tribble/IntervalList/IntervalListCodec.java
Original file line number Diff line number Diff line change
Expand Up @@ -130,15 +130,6 @@ public Interval decode(final String line) {
}


// @Override
// public Object readActualHeader(LineReader lineReader) {
// final SAMTextHeaderCodec headerCodec = new SAMTextHeaderCodec();
//
// final SAMFileHeader header = headerCodec.decode(lineReader, "");
// dictionary = header.getSequenceDictionary();
// return header;
// }

@Override
public Object readActualHeader(LineIterator lineIterator) {
final SAMTextHeaderCodec headerCodec = new SAMTextHeaderCodec();
Expand Down Expand Up @@ -170,6 +161,4 @@ public void close() { }
public boolean canDecode(String s) {
return s.endsWith(".interval_list");
}

}

0 comments on commit d5e317f

Please sign in to comment.