Skip to content

Commit 21bb603

Browse files
authored
Fix detekt error (#7098)
1 parent 1a0b562 commit 21bb603

File tree

1 file changed

+4
-3
lines changed
  • components/viaduct/android/src/main/java/mozilla/appservices/httpconfig

1 file changed

+4
-3
lines changed

components/viaduct/android/src/main/java/mozilla/appservices/httpconfig/HttpConfig.kt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,10 @@ object RustHttpConfig {
3737
// Protects imp/client
3838
private var lock = ReentrantReadWriteLock()
3939

40-
// Used to only initialize the client once
41-
// https://bugzilla.mozilla.org/show_bug.cgi?id=1989865.
42-
private var backendInitialized = AtomicBoolean(false)
40+
// Add back once we move to the new backend again
41+
// // Used to only initialize the client once
42+
// // https://bugzilla.mozilla.org/show_bug.cgi?id=1989865.
43+
// private var backendInitialized = AtomicBoolean(false)
4344

4445
@Volatile
4546
private var client: Lazy<Client>? = null

0 commit comments

Comments
 (0)