Skip to content

Commit

Permalink
Revert transient modifier from CachingIndexedFastaSequenceFile.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnbroad committed Feb 28, 2023
1 parent f83d41c commit c70582c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ public final class CachingIndexedFastaSequenceFile implements ReferenceSequenceF

protected static final Logger logger = LogManager.getLogger(CachingIndexedFastaSequenceFile.class);

// TODO: this gets around numerous serialization issues with non-serializable lambdas
private transient final ReferenceSequenceFile sequenceFile;
private final ReferenceSequenceFile sequenceFile;

/** do we want to print debugging information about cache efficiency? */
private static final boolean PRINT_EFFICIENCY = false;
Expand Down

0 comments on commit c70582c

Please sign in to comment.