Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit 087dbfd

Browse files
committed
Anonymous should be an object in the builder as well
1 parent 571c92b commit 087dbfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/launchdarkly/client/LDUser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public static class Builder {
113113
private String email;
114114
private String name;
115115
private String avatar;
116-
private boolean anonymous;
116+
private Boolean anonymous;
117117
private LDCountryCode country;
118118
private Map<String, JsonElement> custom;
119119

0 commit comments

Comments
 (0)