Skip to content

Commit 2bf741f

Browse files
committed
fixing style issues
1 parent 5d6f9ea commit 2bf741f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

lib/sdk/server/src/main/java/com/launchdarkly/sdk/server/FeatureFlagsState.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,8 @@ public Builder valid(boolean valid) {
211211
* @param reason the evaluation reason
212212
* @param flagVersion the current flag version
213213
* @param trackEvents true if full event tracking is turned on for this flag
214-
* @param debugEventsUntilDate if set, event debugging is turned until this time (millisecond timestamp)
214+
* @param debugEventsUntilDate if set, event debugging is turned until this time (millisecond timestamp)
215+
* @param prerequisites list of flag keys of the top level prerequisite flags evaluated as part of this evaluation
215216
* @return the builder
216217
*/
217218
public Builder add(
@@ -243,9 +244,9 @@ public Builder add(
243244
* @param trackEvents true if full event tracking is turned on for this flag
244245
* @param trackReason true if evaluation reasons must be included due to experimentation
245246
* @param debugEventsUntilDate if set, event debugging is turned until this time (millisecond timestamp)
247+
* @param prerequisites list of flag keys of the top level prerequisite flags evaluated as part of this evaluation
246248
* @return the builder
247249
*/
248-
// TODO: add param to docs
249250
public Builder add(
250251
String flagKey,
251252
LDValue value,

lib/sdk/server/src/main/java/com/launchdarkly/sdk/server/Version.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@ abstract class Version {
44
private Version() {}
55

66
// This constant is updated automatically by our Gradle script during a release, if the project version has changed
7-
// x-release-please-start-version
87
static final String SDK_VERSION = "7.5.0";
9-
// x-release-please-end
108
}

0 commit comments

Comments
 (0)