Skip to content
Snippets Groups Projects
Commit ae2c0981 authored by tcarver's avatar tcarver
Browse files

Merge pull request #88 from tcarver/master

clear GFF cache
parents c1134fab 231ddff1
No related branches found
No related tags found
No related merge requests found
...@@ -1108,6 +1108,8 @@ public class IndexedGFFDocumentEntry implements DocumentEntry ...@@ -1108,6 +1108,8 @@ public class IndexedGFFDocumentEntry implements DocumentEntry
this.contig = contig; this.contig = contig;
this.combinedReference = combinedReference; this.combinedReference = combinedReference;
featureCount = -1; featureCount = -1;
gffCache.clear();
} }
public void setEntryGroup(EntryGroup entryGroup) public void setEntryGroup(EntryGroup entryGroup)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment