Skip to content

Commit

Permalink
Add missing @OverRide
Browse files Browse the repository at this point in the history
  • Loading branch information
tpietzsch committed Sep 23, 2024
1 parent cb36824 commit f7e553b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/net/imglib2/cache/img/CachedCellImg.java
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ public Cache< Long, Cell< A > > getCache()
return cache;
}

@Override
public A getAccessType()
{
return accessType;
Expand Down

0 comments on commit f7e553b

Please sign in to comment.