From 425f0604022a55966860f6f138cd1b855023407c Mon Sep 17 00:00:00 2001 From: carlosuc3m <100329787@alumnos.uc3m.es> Date: Thu, 17 Oct 2024 14:06:21 +0200 Subject: [PATCH] remove not used params --- src/main/java/net/clesperanto/imglib2/ImgLib2Converters.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main/java/net/clesperanto/imglib2/ImgLib2Converters.java b/src/main/java/net/clesperanto/imglib2/ImgLib2Converters.java index fd50cb5..1f93637 100644 --- a/src/main/java/net/clesperanto/imglib2/ImgLib2Converters.java +++ b/src/main/java/net/clesperanto/imglib2/ImgLib2Converters.java @@ -57,7 +57,7 @@ * - using array img and blocks copy limits to images whose array size is smaller than the integer max */ /** - * Class to copy {@link RandomAccessibleInteral}s into {@link ArrayJ}s and vice-versa + * Class to copy {@link RandomAccessibleInterval}s into {@link ArrayJ}s and vice-versa */ public class ImgLib2Converters { @@ -67,8 +67,6 @@ public class ImgLib2Converters { * * @param * data type of the ImgLib2 ArrayImg - * @param - * ImgLib2 data type of the BufferAccess * @param arrayj * array that is located in the GPU for clesperanto to do some operations * @return and ImgLib2 {@link ArrayImg} on the CPU copied from the {@link ArrayJ} on the GPU