Skip to content

Commit c68b096

Browse files
fix(core-api): fix bucket method parameter in Bucketer.java
1 parent b7f169b commit c68b096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-api/src/main/java/com/optimizely/ab/bucketing/Bucketer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
* identifier.
4242
* <p>
4343
* The user identifier <i>must</i> be provided in the first data argument passed to
44-
* {@link #bucket(Experiment, String, ProjectConfig)} and <i>must</i> be non-null and non-empty.
44+
* {@link #bucket(ExperimentCore, String, ProjectConfig)} and <i>must</i> be non-null and non-empty.
4545
*
4646
* @see <a href="https://en.wikipedia.org/wiki/MurmurHash">MurmurHash</a>
4747
*/

0 commit comments

Comments
 (0)