Skip to content

Commit 752d21c

Browse files
committed
Change access level modifier of AUTHORITY to private
1 parent bc44b63 commit 752d21c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/ai/elimu/content_provider/provider/WordContentProvider.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ class WordContentProvider : ContentProvider() {
136136

137137
companion object {
138138
// The authority of this content provider
139-
const val AUTHORITY: String = BuildConfig.APPLICATION_ID + ".provider.word_provider"
139+
private const val AUTHORITY: String = BuildConfig.APPLICATION_ID + ".provider.word_provider"
140140

141141
private const val TABLE_WORDS = "words"
142142
private const val CODE_WORDS = 1

0 commit comments

Comments
 (0)