Skip to content

Commit b5577cc

Browse files
committed
VisibleForTesting
1 parent 5cb2e3e commit b5577cc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/main/java/io/split/android/client/fallback/FallbackTreatmentsConfiguration.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
package io.split.android.client.fallback;
22

33
import androidx.annotation.Nullable;
4+
import androidx.annotation.VisibleForTesting;
45

5-
/**
6-
* Holds an optional by-factory {@link FallbackConfiguration} after sanitization.
7-
*/
86
public final class FallbackTreatmentsConfiguration {
97

108
@Nullable
@@ -32,7 +30,7 @@ private Builder() {
3230
mSanitizer = new FallbacksSanitizerImpl();
3331
}
3432

35-
// package-private for tests and wiring
33+
@VisibleForTesting
3634
Builder sanitizer(FallbacksSanitizer sanitizer) {
3735
mSanitizer = sanitizer;
3836
return this;

0 commit comments

Comments
 (0)