Skip to content

Commit 86b4cfa

Browse files
ctruedenimagejan
authored andcommitted
Eliminate deprecated net.imglib2.meta usages
There is still much work to be done cleaning up the ImgPlus class and related interfaces. However, this is an important first step.
1 parent 64ddcf7 commit 86b4cfa

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/main/java/net/imagej/table/DefaultResultsTable.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131

3232
package net.imagej.table;
3333

34+
import net.imagej.ImgPlus;
35+
import net.imagej.axis.Axes;
36+
import net.imagej.axis.AxisType;
3437
import net.imglib2.img.Img;
35-
import net.imglib2.meta.Axes;
36-
import net.imglib2.meta.AxisType;
37-
import net.imglib2.meta.ImgPlus;
3838
import net.imglib2.type.numeric.real.DoubleType;
3939

4040
/**

src/main/java/net/imagej/table/ResultsTable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
package net.imagej.table;
3333

34-
import net.imglib2.meta.ImgPlus;
34+
import net.imagej.ImgPlus;
3535
import net.imglib2.type.numeric.real.DoubleType;
3636

3737
/**

0 commit comments

Comments
 (0)