Skip to content

Commit

Permalink
remove not used params
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Oct 17, 2024
1 parent 922a6ad commit 425f060
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/java/net/clesperanto/imglib2/ImgLib2Converters.java
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand All @@ -67,8 +67,6 @@ public class ImgLib2Converters {
*
* @param <T>
* data type of the ImgLib2 ArrayImg
* @param <A>
* 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
Expand Down

0 comments on commit 425f060

Please sign in to comment.