Skip to content

Commit 07e90b7

Browse files
use Integer key
1 parent 4883710 commit 07e90b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SequenceAnalysis/src/org/labkey/sequenceanalysis/pipeline/SequenceJobSupportImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ public void cacheGenome(ReferenceGenome m)
203203

204204
if (getCachedGenome(key) != null)
205205
{
206-
_cachedGenomes.remove(getCachedGenome(key));
206+
_cachedGenomes.remove(key);
207207
}
208208

209209
_cachedGenomes.put(key, m);

0 commit comments

Comments
 (0)