Skip to content

Commit

Permalink
Make Logger a normal abstract class
Browse files Browse the repository at this point in the history
  • Loading branch information
mrober committed Oct 26, 2023
1 parent f6b5ecb commit 934dcb9
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 934dcb9

Please sign in to comment.