diff --git a/src/main/java/net/imglib2/cache/img/AbstractReadWriteCachedCellImgFactory.java b/src/main/java/net/imglib2/cache/img/AbstractReadWriteCachedCellImgFactory.java
index 60415f9..dd7f87a 100644
--- a/src/main/java/net/imglib2/cache/img/AbstractReadWriteCachedCellImgFactory.java
+++ b/src/main/java/net/imglib2/cache/img/AbstractReadWriteCachedCellImgFactory.java
@@ -54,6 +54,8 @@
* but leaves the implementation of the cell writing to specialized implementations.
*
* See {@link DiskCachedCellImgFactory} for a specialized example.
+ *
+ * @param
* For safety reasons, only cell cache directories that are created by the - * {@link AbstractReadWriteCachedCellImgFactory} are actually marked for deletion. This + * {@link DiskCachedCellImgFactory} are actually marked for deletion. This * means that either no {@link #cacheDirectory(Path)} is specified (a * temporary directory is created), or the specified * {@link #cacheDirectory(Path)} does not exist yet. @@ -275,8 +275,7 @@ public DiskCachedCellImgOptions deleteCacheDirectoryOnExit( final boolean delete *
** This option only has an effect for {@link DiskCachedCellImg} that are - * created with a {@link CellLoader} - * ({@link AbstractReadWriteCachedCellImgFactory#create(long[], net.imglib2.type.NativeType, CellLoader)}). + * created with a {@link CellLoader} ({@link DiskCachedCellImgFactory#create(net.imglib2.Dimensions, CellLoader)}}) *
* * @param initializeAsDirty