From 89d1e23860e083b8da0353bb3a8e16d5a4928825 Mon Sep 17 00:00:00 2001 From: carlosuc3m <100329787@alumnos.uc3m.es> Date: Tue, 1 Oct 2024 17:47:02 +0200 Subject: [PATCH] correct typo --- .../io/bioimage/modelrunner/bioimageio/tiling/TileMaker.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/io/bioimage/modelrunner/bioimageio/tiling/TileMaker.java b/src/main/java/io/bioimage/modelrunner/bioimageio/tiling/TileMaker.java index 179366b7..34f24beb 100644 --- a/src/main/java/io/bioimage/modelrunner/bioimageio/tiling/TileMaker.java +++ b/src/main/java/io/bioimage/modelrunner/bioimageio/tiling/TileMaker.java @@ -54,7 +54,7 @@ private TileMaker(ModelDescriptor descriptor, List tileInfoList) { * @param descriptor * Bioimage.io rdf.yaml specs file of the model of interest * @param tileInfoList - * list of {@link Tileinfo} objects. Each of them should refer to one the input tensors of the model of + * list of {@link TileInfo} objects. Each of them should refer to one the input tensors of the model of * interest, by the name used in the Bioimage.io specs file. * @return an instance of {@link TileMaker} that handles tiling for the images and model of interest. */