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

refactor: Rename ExceptionUtilTest.java to .kt

com.ichi2.utils.ExceptionUtilTest
This commit is contained in:
David Allison 2022-04-20 00:27:03 +01:00 committed by Mike Hardy
parent 365c0bcd13
commit 3733367a07
2 changed files with 2 additions and 2 deletions

View File

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