This commit is contained in:
Sebastian Schmidt 2022-09-29 20:13:32 +00:00
parent e2d899313c
commit 1d6750d240

View File

@ -16,7 +16,7 @@ package com.google.mediapipe.tasks.core;
import java.util.concurrent.atomic.AtomicBoolean;
/** Facililates creation and destruction of the native ModelResourcesCache. */
/** Facilitates creation and destruction of the native ModelResourcesCache. */
class ModelResourcesCache {
private final long nativeHandle;
private final AtomicBoolean isHandleValid;