Skip to content

Commit 7e5e5c2

Browse files
committed
Make internal files hidden
1 parent baf554c commit 7e5e5c2

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

firebase-ml-modeldownloader/api.txt

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,3 @@ package com.google.firebase.ml.modeldownloader {
3939

4040
}
4141

42-
package com.google.firebase.ml.modeldownloader.internal {
43-
44-
public class ModelFileManager {
45-
ctor public ModelFileManager(@NonNull com.google.firebase.FirebaseApp);
46-
method @NonNull public static com.google.firebase.ml.modeldownloader.internal.ModelFileManager getInstance();
47-
method @Nullable @WorkerThread public java.io.File moveModelToDestinationFolder(@NonNull com.google.firebase.ml.modeldownloader.CustomModel, @NonNull android.os.ParcelFileDescriptor) throws java.lang.Exception;
48-
}
49-
50-
}
51-

firebase-ml-modeldownloader/src/main/java/com/google/firebase/ml/modeldownloader/internal/ModelFileManager.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@
2929
import java.io.FileOutputStream;
3030
import java.io.IOException;
3131

32-
/** Model File Manager is used to move the downloaded file to the appropriate locations. */
32+
/**
33+
* Model File Manager is used to move the downloaded file to the appropriate locations.
34+
*
35+
* @hide
36+
*/
3337
public class ModelFileManager {
3438

3539
public static final String CUSTOM_MODEL_ROOT_PATH = "com.google.firebase.ml.custom.models";

0 commit comments

Comments
 (0)