Skip to content

Commit

Permalink
Fix visibility const val
Browse files Browse the repository at this point in the history
  • Loading branch information
tevincent committed Jun 18, 2024
1 parent b865bae commit 2fd7f93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@ class StandardPlayServicesUtils @Inject constructor(
}

companion object {
const val SERVICE_NOT_AVAILABLE_EXCEPTION = "SERVICE_NOT_AVAILABLE"
private const val SERVICE_NOT_AVAILABLE_EXCEPTION = "SERVICE_NOT_AVAILABLE"
}
}

0 comments on commit 2fd7f93

Please sign in to comment.