Skip to content

Commit 3244212

Browse files
author
Varun Rathore
committed
fix build
1 parent 9b862b1 commit 3244212

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/google/firebase/remoteconfig/ParameterValue.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public static PersonalizationValue ofPersonalization(String personalizationId) {
8585
* @param exposurePercent The percentage of users exposed to the experiment.
8686
* @return A {@link ParameterValue.ExperimentValue} instance.
8787
*/
88-
public static ExperimentValue of(
88+
public static ExperimentValue ofExperiment(
8989
String experimentId,
9090
List<ExperimentVariantValue> variantValues, Double exposurePercent) {
9191
return new ExperimentValue(experimentId, variantValues, exposurePercent);

0 commit comments

Comments
 (0)