Skip to content

Commit f8eaf9d

Browse files
committed
Fix 23.11 build break
1 parent 2235165 commit f8eaf9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jbrowse/src/org/labkey/jbrowse/JBrowseServiceImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ public SequenceOutputFile findMatchingLuceneIndex(SequenceOutputFile vcfFile, Li
345345
return;
346346
}
347347

348-
Map<ExpData, String> inputMap = run.getDataInputs();
348+
Map<? extends ExpData, String> inputMap = run.getDataInputs();
349349
if (inputMap == null)
350350
{
351351
return;

0 commit comments

Comments
 (0)