Skip to content

Commit

Permalink
Merge pull request #4030 from sbesson/legacynd2reader_deprecation
Browse files Browse the repository at this point in the history
Deprecate LegacyND2Reader
  • Loading branch information
dgault authored Jul 5, 2023
2 parents d2c54e5 + 74f337c commit a9fe437
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@
/**
* LegacyND2Reader is a file format reader for Nikon ND2 files that uses
* the Nikon ND2 SDK - it is only usable on Windows machines.
*
* @Deprecated LegacyND2Reader will be removed in Bio-Formats 7.0.0
*/
@Deprecated
public class LegacyND2Reader extends FormatReader {

// -- Constants --
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,11 @@
* (2) the JAI jar file precedes JJ2000 in the classpath.
*
* Thanks to Tom Caswell for additions to the ND2 metadata parsing logic.
*
* @Deprecated NativeND2Reader will be unified with ND2Reader in Bio-Formats 7.0.0
* and should no longer be used
*/
@Deprecated
public class NativeND2Reader extends SubResolutionFormatReader {

// -- Constants --
Expand Down

0 comments on commit a9fe437

Please sign in to comment.