File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
lib/src/main/java/growthbook/sdk/java/multiusermode/configurations Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
package growthbook .sdk .java .multiusermode .configurations ;
2
2
3
3
import com .google .gson .JsonObject ;
4
- import growthbook .sdk .java .multiusermode .util .TransformationUtil ;
5
4
import growthbook .sdk .java .model .StickyAssignmentsDocument ;
5
+ import growthbook .sdk .java .multiusermode .util .TransformationUtil ;
6
6
import lombok .Setter ;
7
7
import lombok .extern .slf4j .Slf4j ;
8
8
@@ -41,6 +41,10 @@ private UserContext(UserContextBuilder userContextBuilder) {
41
41
attributesJson = userContextBuilder .attributesJson ;
42
42
}
43
43
44
+ public static UserContextBuilder builder () {
45
+ return new UserContextBuilder ();
46
+ }
47
+
44
48
public UserContext witAttributesJson (String attributesJson ) {
45
49
// Build a new context using only the provided attributesJson for attributes
46
50
return new UserContextBuilder ()
You can’t perform that action at this time.
0 commit comments