Skip to content
Snippets Groups Projects
Commit b778ef03 authored by Curtis Rueden's avatar Curtis Rueden
Browse files

Fix fatal javadoc syntax errors

parent 55049f50
No related branches found
No related tags found
No related merge requests found
...@@ -49,8 +49,8 @@ import net.imglib2.img.basictypeaccess.volatiles.array.VolatileLongArray; ...@@ -49,8 +49,8 @@ import net.imglib2.img.basictypeaccess.volatiles.array.VolatileLongArray;
import net.imglib2.img.basictypeaccess.volatiles.array.VolatileShortArray; import net.imglib2.img.basictypeaccess.volatiles.array.VolatileShortArray;
/** /**
* Provider of {@link VolatileCell} data. This is implemented by data back-ends * Provider of volatile {@link net.imglib2.img.cell.Cell} data. This is
* to the {@link VolatileGlobalCellCache}. * implemented by data back-ends to the {@link VolatileGlobalCellCache}.
* *
* @param <A> * @param <A>
* type of access to cell data, currently always a * type of access to cell data, currently always a
......
...@@ -144,15 +144,9 @@ public class VolatileGlobalCellCache implements CacheControl ...@@ -144,15 +144,9 @@ public class VolatileGlobalCellCache implements CacheControl
} }
/** /**
* Prepare the cache for providing data for the "next frame": * Prepare the cache for providing data for the "next frame",
* <ul> * by moving pending cell request to the prefetch queue
* <li>Move pending cell request to the prefetch queue ( * ({@link BlockingFetchQueues#clearToPrefetch()}).
* {@link BlockingFetchQueues#clearToPrefetch()}).
* <li>Perform pending cache maintenance operations (
* {@link WeakSoftCache#cleanUp()}).
* <li>Increment the internal frame counter, which will enable previously
* enqueued requests to be enqueued again for the new frame.
* </ul>
*/ */
@Override @Override
public void prepareNextFrame() public void prepareNextFrame()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment