Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a7e43cdd authored by Matheo Levallois's avatar Matheo Levallois
Browse files

refactor: fix format documentation comment for ParentalControlAuthenticator

parent 2ebf3f31
Loading
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -5,9 +5,8 @@ import androidx.activity.result.ActivityResultLauncher
import kotlinx.coroutines.CompletableDeferred
import timber.log.Timber

/*
This class is used to to deal with PaCO, and get accurate password result
This class is a singleton
/**
 * This class is used to deal with Parental Control, and get accurate password result
 */
object ParentalControlAuthenticator {