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

Commit be3a337

Browse files
authored
Javadoc fix (#135)
1 parent 5f92f7f commit be3a337

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
/**
1717
* A snapshot of the state of all feature flags with regard to a specific user, generated by
18-
* calling {@link LDClientInterface#allFlagsState(LDUser)}.
18+
* calling {@link LDClientInterface#allFlagsState(LDUser, FlagsStateOption...)}.
1919
* <p>
2020
* Serializing this object to JSON using Gson will produce the appropriate data structure for
2121
* bootstrapping the LaunchDarkly JavaScript client.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package com.launchdarkly.client;
22

33
/**
4-
* Optional parameters that can be passed to {@link LDClientInterface#allFlagsState(LDUser)}.
4+
* Optional parameters that can be passed to {@link LDClientInterface#allFlagsState(LDUser, FlagsStateOption...)}.
55
* @since 4.3.0
66
*/
77
public final class FlagsStateOption {

0 commit comments

Comments
 (0)