Skip to content

Commit

Permalink
Deprecate this component's ApplyLookupTable
Browse files Browse the repository at this point in the history
It migrated to imagej-common, since it is a core part of the LUTService.
See imagej/imagej-common@4bd1e57.
  • Loading branch information
ctrueden committed Apr 16, 2024
1 parent eba56ee commit e686145
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@
* entries are constructed using their URLs with instances of this class.
*
* @author Barry DeZonia
* @deprecated Use {@link net.imagej.lut.ApplyLookupTable} instead.
*/
@Plugin(type = Command.class, attrs = { @Attr(name = "no-legacy") })
@Deprecated
public class ApplyLookupTable implements Command {

// -- Parameters --
Expand Down

0 comments on commit e686145

Please sign in to comment.