Skip to content

Commit

Permalink
Merge 934dcb9 into f6b5ecb
Browse files Browse the repository at this point in the history
  • Loading branch information
mrober authored Oct 26, 2023
2 parents f6b5ecb + 934dcb9 commit 2d79654
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import java.util.concurrent.ConcurrentHashMap
*
* @hide
*/
sealed class Logger
abstract class Logger
private constructor(
val tag: String,
var enabled: Boolean,
Expand Down

0 comments on commit 2d79654

Please sign in to comment.