Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Commit

Permalink
PlacesDao is internal
Browse files Browse the repository at this point in the history
  • Loading branch information
hrach committed Oct 24, 2019
1 parent df86820 commit 00f6da1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import androidx.room.Query
import androidx.room.Transaction

@Dao
abstract class PlacesDao {
internal abstract class PlacesDao {
@Transaction
open fun replacePlaceId(oldPlaceId: String, newPlaceId: String) {
replacePlaceIdInTrips(oldPlaceId, newPlaceId)
Expand Down

0 comments on commit 00f6da1

Please sign in to comment.