Skip to content

Commit

Permalink
Refactor: rename GetAllFilesAndFoldersUseCase into GetRootFilesListUs…
Browse files Browse the repository at this point in the history
…eCase
  • Loading branch information
HectorNarvaez committed May 18, 2023
1 parent 5474294 commit 22b7521
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package com.omh.android.storage.api.domain.usecase

import com.omh.android.storage.api.domain.repository.FileRepository

class GetAllFilesAndFoldersUseCase(
class GetRootFilesListUseCase(
private val repository: FileRepository
) : GetAllFilesAndFolders {
override fun execute() = repository.getRootFilesList()
Expand Down

0 comments on commit 22b7521

Please sign in to comment.