0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 12:02:16 +02:00

Rename ContentResolverUtil.java to ContentResovlerUtil.kt

Package: com.ichi2.utils
This commit is contained in:
codingtosh 2021-11-06 23:32:20 +05:30 committed by David Allison
parent 0e2b3d544d
commit 4abfc5b3ef
2 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ permission notice:
// Example of class name: "/com/ichi2/anki/UIUtils.kt" // Example of class name: "/com/ichi2/anki/UIUtils.kt"
// Ensure that it starts with '/' (slash) // Ensure that it starts with '/' (slash)
def source = Source.MAIN def source = Source.MAIN
def className = "" def className = "/com/ichi2/utils/ContentResolverUtil.kt"
enum Source { enum Source {
MAIN("/src/main/java"), MAIN("/src/main/java"),