Skip to content

Commit

Permalink
correct javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Sep 9, 2024
1 parent 477fd78 commit 6c9b07f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/ai/nets/samj/communication/model/SAMModels.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ public class SAMModels extends ArrayList<SAMModel> {

/**
* A list where each of the components is a {@link SAMModel}
* @throws InterruptedException
* @throws RuntimeException
* @throws IOException
* @throws InterruptedException if the thread where the models run is abruptly interrupted
* @throws RuntimeException if there is any error running the models
* @throws IOException if any of the files needed to run or load the models is missing
*/
public SAMModels() throws IOException, RuntimeException, InterruptedException {
super();
Expand Down

0 comments on commit 6c9b07f

Please sign in to comment.