imglib / imglib2

A generic next-generation Java library for image processing
http://imglib2.net/
Other
293 stars 93 forks source link

Remove unnecessary overrides of IterableRealInterval.iterator() #335

Open tpietzsch opened 10 months ago

tpietzsch commented 10 months ago

Overrides in various subclasses of IterableRealInterval are obsolete, because Iterable::iterator() has a default implementation in IterableRealInterval now.

https://github.com/imglib/imglib2/blob/5b5de3ab206278b83e2cd8749c1bd243b341e905/src/main/java/net/imglib2/IterableRealInterval.java#L131