Skip to content

Commit

Permalink
Make NonGmsFileRepositoryImpl internal
Browse files Browse the repository at this point in the history
  • Loading branch information
HectorNarvaez committed May 18, 2023
1 parent 22b7521 commit 6007c39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package com.omh.android.storage.api.drive.nongms.data.repository
import com.omh.android.storage.api.data.source.FileRemoteDataSource
import com.omh.android.storage.api.domain.repository.FileRepository

class NonGmsFileRepositoryImpl(
internal class NonGmsFileRepositoryImpl(
private val networkDataSource: FileRemoteDataSource
) : FileRepository {

Expand Down

0 comments on commit 6007c39

Please sign in to comment.