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

Commit 73aef26

Browse files
committed
javadoc fix
1 parent b003a2d commit 73aef26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
* 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
3535
* launch a feature to the top 10% of users on a site.
3636
* <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
38+
* {@code Gson.toJsonTree()} on it.
3939
*/
4040
public class LDUser {
4141
private static final Logger logger = LoggerFactory.getLogger(LDUser.class);

0 commit comments

Comments
 (0)