Skip to content

Commit dad0e8b

Browse files
author
jianggang
authored
Update FeatureProbeDemo.java
1 parent 9fd594b commit dad0e8b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/featureprobe/sdk/example/FeatureProbeDemo.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ public static void main(String[] args) throws IOException {
3232

3333
// Create one user.
3434
FPUser user = new FPUser()
35-
.stableRollout("00001") // key is for percentage rollout, normally use userId as key
3635
.with("userId", "00001"); // "userId" is used in rules, should be filled in.
3736

3837
// Get toggle result for this user.

0 commit comments

Comments
 (0)