Skip to content

Commit

Permalink
Fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
melissalinkert committed Jan 15, 2024
1 parent 699d4cf commit 7ef1256
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ public void setCompressionProperties(Map<String, Object> properties) {
"com.glencoesoftware.bioformats2raw.MiraxReader," +
"com.glencoesoftware.bioformats2raw.BioTekReader," +
"com.glencoesoftware.bioformats2raw.ND2PlateReader," +
"com.glencoesoftware.bioformats2raw.MetaxpressReader,"
"com.glencoesoftware.bioformats2raw.MetaxpressReader," +
"com.glencoesoftware.bioformats2raw.MCDReader"
)
public void setExtraReaders(Class<?>[] extraReaderList) {
Expand Down

0 comments on commit 7ef1256

Please sign in to comment.