Fix Java api docs broken link (#12686)

This commit is contained in:
Nat Kershaw (MSFT) 2022-08-24 09:56:51 -07:00 committed by GitHub
parent 53ecb9e635
commit 0757d51334
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {