Commit aad3da8
authored
Remove VisibleForTesting from SDK production code (#7103)
Some methods are currently marked with `@VisibleForTestingOnly` but are
being used directly within the SDK code. This annotation is intended to
restrict usage to tests, and its presence causes errors when integrating
the SDK into internal systems via copybara.
Internal Tracking: b/4294258341 parent 696f021 commit aad3da8
File tree
2 files changed
+1
-4
lines changed- firebase-config/src/main/java/com/google/firebase/remoteconfig/internal
2 files changed
+1
-4
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
373 | 373 | | |
374 | 374 | | |
375 | 375 | | |
376 | | - | |
377 | 376 | | |
378 | 377 | | |
379 | 378 | | |
| |||
394 | 393 | | |
395 | 394 | | |
396 | 395 | | |
397 | | - | |
398 | 396 | | |
399 | 397 | | |
400 | 398 | | |
| |||
415 | 413 | | |
416 | 414 | | |
417 | 415 | | |
418 | | - | |
419 | 416 | | |
420 | 417 | | |
421 | 418 | | |
| |||
0 commit comments