We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7f169b commit c68b096Copy full SHA for c68b096
core-api/src/main/java/com/optimizely/ab/bucketing/Bucketer.java
@@ -41,7 +41,7 @@
41
* identifier.
42
* <p>
43
* 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.
+ * {@link #bucket(ExperimentCore, String, ProjectConfig)} and <i>must</i> be non-null and non-empty.
45
*
46
* @see <a href="https://en.wikipedia.org/wiki/MurmurHash">MurmurHash</a>
47
*/
0 commit comments