Skip to content

Commit

Permalink
correct docs
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Oct 29, 2023
1 parent 34637a3 commit 01c5e5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/io/bioimage/modelrunner/model/Model.java
Original file line number Diff line number Diff line change
Expand Up @@ -778,8 +778,8 @@ public boolean isLoaded() {
}

/**
* Create consumer used to be used with {@link Model} for the methods {@link #runBioimageioModelOnImgLib2WithTiling(List, Consumer)}
* or {@link #runBioimageioModelOnImgLib2WithTiling(List, Map, Consumer)}.
* Create consumer used to be used with {@link Model} for the methods {@link #runBioimageioModelOnImgLib2WithTiling(List, TilingConsumer)}
* or {@link #runBioimageioModelOnImgLib2WithTiling(List, Map, TilingConsumer)}.
* The coonsumer helps to track the number if tiles that have already been processed.
* @return a consumer to track the tiling process
*/
Expand Down

0 comments on commit 01c5e5e

Please sign in to comment.