You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 30, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/main/java/com/launchdarkly/client/LDUser.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -34,8 +34,8 @@
34
34
* Custom attributes are not parsed by LaunchDarkly. They can be used in custom rules-- for example, a custom attribute such as "customer_ranking" can be used to
35
35
* launch a feature to the top 10% of users on a site.
36
36
* <p>
37
-
* If you want to pass an LDUser object to the front end to be used with the JavaScript SDK, simply call <c>Gson.toJson()</c> or
38
-
* <c>Gson.toJsonTree()</c> on it.
37
+
* If you want to pass an LDUser object to the front end to be used with the JavaScript SDK, simply call {@code Gson.toJson()} or
0 commit comments