mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-04 04:07:22 +00:00
Fix Java api docs broken link (#12686)
This commit is contained in:
parent
53ecb9e635
commit
0757d51334
1 changed files with 2 additions and 2 deletions
|
|
@ -15,8 +15,8 @@ import java.util.logging.Logger;
|
|||
*
|
||||
* <p>There can be at most one OrtEnvironment object created in a JVM lifetime. This class
|
||||
* implements {@link AutoCloseable} as before for backwards compatibility with 1.10 and earlier, but
|
||||
* the {@link #close} method is a no-op. The environment is closed by a JVM shutdown hook registered
|
||||
* on construction.
|
||||
* the close method is a no-op. The environment is closed by a JVM shutdown hook registered on
|
||||
* construction.
|
||||
*/
|
||||
public final class OrtEnvironment implements AutoCloseable {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue