Skip to content

Commit adba84f

Browse files
annzimmerrlazo
andauthored
Update firebase-ml-modeldownloader/src/main/java/com/google/firebase/ml/modeldownloader/internal/ModelFileManager.java
Co-authored-by: Rodrigo Lazo <[email protected]>
1 parent ad66c71 commit adba84f

File tree

1 file changed

+1
-1
lines changed
  • firebase-ml-modeldownloader/src/main/java/com/google/firebase/ml/modeldownloader/internal

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public static ModelFileManager getInstance() {
6060
* directory specified does exist. If you need to ensure its existence, you should call
6161
* getDirImpl.
6262
*/
63-
private @Nullable File getModelDirUnsafe(@NonNull String modelName) {
63+
@Nullable private File getModelDirUnsafe(@NonNull String modelName) {
6464
String modelTypeSpecificRoot = CUSTOM_MODEL_ROOT_PATH;
6565
File root;
6666
if (VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) {

0 commit comments

Comments
 (0)