Skip to content

Commit 6ab8e53

Browse files
ItzNotABugCopilot
andauthored
Update dfc/src/main/java/com/lazygeniouz/dfc/file/internals/TreeDocumentFileCompat.kt
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent d35cf45 commit 6ab8e53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dfc/src/main/java/com/lazygeniouz/dfc/file/internals/TreeDocumentFileCompat.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ internal class TreeDocumentFileCompat(
5151
}
5252

5353
/**
54-
* This will return a list of [DocumentFileCompat] with all or the required defined fields as per passed [projection].
54+
* This will return a list of [DocumentFileCompat] with the required fields based on the passed [projection].
5555
*/
5656
override fun listFiles(projection: Array<String>): List<DocumentFileCompat> {
5757
return fileController.listFiles(projection)

0 commit comments

Comments
 (0)