Skip to content

Commit

Permalink
fix: make Logging object internal
Browse files Browse the repository at this point in the history
  • Loading branch information
wzieba committed Dec 13, 2023
1 parent 636a172 commit 3dc2e2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package com.parsely.parselyandroid

import java.util.Formatter

object Logging {
internal object Logging {

/**
* Log a message to the console.
Expand Down

0 comments on commit 3dc2e2b

Please sign in to comment.