Skip to content

Commit

Permalink
reverted open modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
mrehan27 committed Oct 2, 2023
1 parent b4e9b6e commit b22dd7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import io.customer.sdk.extensions.takeIfNotBlank
import io.customer.sdk.repository.TrackRepository
import io.customer.sdk.util.Logger

internal open class PushMessageProcessorImpl(
internal class PushMessageProcessorImpl(
private val logger: Logger,
private val moduleConfig: MessagingPushModuleConfig,
private val deepLinkUtil: DeepLinkUtil,
Expand Down

0 comments on commit b22dd7e

Please sign in to comment.