Skip to content

Commit

Permalink
correct the place of the override tag
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Oct 3, 2024
1 parent 7e14fb1 commit ae77ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/bioimage/modelrunner/model/Model.java
Original file line number Diff line number Diff line change
Expand Up @@ -500,10 +500,10 @@ public void loadModel() throws LoadModelException
}

/**
* @Override
* Close the Deep LEarning model in the ClassLoader where the Deep Learning
* framework has been called and instantiated
*/
@Override
public void close()
{
if (getEngineClassLoader() == null)
Expand Down

0 comments on commit ae77ad2

Please sign in to comment.