Skip to content

Commit 2362fcd

Browse files
authored
TODO must not be followed by :
1 parent a8a9c61 commit 2362fcd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

matrix-sdk-android/src/main/java/org/matrix/android/sdk/api/rendezvous/Rendezvous.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import timber.log.Timber
3939

4040
// n.b MSC3886/MSC3903/MSC3906 that this is based on are now closed.
4141
// However, we want to keep this implementation around for some time.
42-
// TODO: define an end-of-life date for this implementation.
42+
// TODO define an end-of-life date for this implementation.
4343

4444
/**
4545
* Implementation of MSC3906 to sign in + E2EE set up using a QR code.

vector/src/main/java/im/vector/app/features/login/qr/QrCodeLoginActivity.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import timber.log.Timber
3232

3333
// n.b MSC3886/MSC3903/MSC3906 that this is based on are now closed.
3434
// However, we want to keep this implementation around for some time.
35-
// TODO: define an end-of-life date for this implementation.
35+
// TODO define an end-of-life date for this implementation.
3636

3737
@AndroidEntryPoint
3838
class QrCodeLoginActivity : SimpleFragmentActivity() {

0 commit comments

Comments
 (0)