Skip to content

Commit

Permalink
Add deprecation warning to NativeQTReader
Browse files Browse the repository at this point in the history
  • Loading branch information
sbesson committed Jul 4, 2023
1 parent 2bb21f9 commit cc6a604
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,11 @@
* Additional video codecs will be added as time permits.
*
* @author Melissa Linkert melissa at glencoesoftware.com
*
* @Deprecated NativeQTReader will be unified with QTReader in Bio-Formats 7.0.0
* and should no longer be used
*/
@Deprecated
public class NativeQTReader extends FormatReader {

// -- Constants --
Expand Down

0 comments on commit cc6a604

Please sign in to comment.