Skip to content

Commit 64ddcf7

Browse files
ctruedenimagejan
authored andcommitted
POM: update to the ImgLib2 2.0.1 release
This makes the necessary code changes to account for backwards incompatibilities. It also updates several dependencies to their latest versions, and removes the obsolete imglib2-ops dependency.
1 parent f966754 commit 64ddcf7

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -193,13 +193,6 @@ public Object iterationOrder() {
193193
throw new UnsupportedOperationException("Unimplemented");
194194
}
195195

196-
@Override
197-
@Deprecated
198-
public boolean equalIterationOrder(final IterableRealInterval<?> f) {
199-
// TODO
200-
throw new UnsupportedOperationException("Unimplemented");
201-
}
202-
203196
// -- Iterable methods --
204197

205198
@Override

0 commit comments

Comments
 (0)