Skip to content

Commit

Permalink
Make class internal
Browse files Browse the repository at this point in the history
  • Loading branch information
prof18 committed Sep 10, 2023
1 parent 66c8aa1 commit e778358
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package com.prof18.feedflow.presentation.model

sealed interface ErrorState

data class FeedErrorState(
internal data class FeedErrorState(
val failingSourceName: String,
) : ErrorState

object DatabaseError : ErrorState
internal data object DatabaseError : ErrorState

0 comments on commit e778358

Please sign in to comment.