Skip to content

Commit

Permalink
refactor #605 Add internal modifier.
Browse files Browse the repository at this point in the history
  • Loading branch information
toastkidjp committed Aug 6, 2024
1 parent fefd9c9 commit b684b64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import jp.toastkid.yobidashi.settings.color.SavedColorRepository
version = 1,
exportSchema = false
)
abstract class AppDatabase : RoomDatabase() {
internal abstract class AppDatabase : RoomDatabase() {

abstract fun favoriteSearchRepository(): FavoriteSearchRepository

Expand Down

0 comments on commit b684b64

Please sign in to comment.