File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
lib/sdk/server/src/main/java/com/launchdarkly/sdk/server Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,8 @@ public Builder valid(boolean valid) {
211
211
* @param reason the evaluation reason
212
212
* @param flagVersion the current flag version
213
213
* @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
215
216
* @return the builder
216
217
*/
217
218
public Builder add (
@@ -243,9 +244,9 @@ public Builder add(
243
244
* @param trackEvents true if full event tracking is turned on for this flag
244
245
* @param trackReason true if evaluation reasons must be included due to experimentation
245
246
* @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
246
248
* @return the builder
247
249
*/
248
- // TODO: add param to docs
249
250
public Builder add (
250
251
String flagKey ,
251
252
LDValue value ,
Original file line number Diff line number Diff line change @@ -4,7 +4,5 @@ abstract class Version {
4
4
private Version () {}
5
5
6
6
// This constant is updated automatically by our Gradle script during a release, if the project version has changed
7
- // x-release-please-start-version
8
7
static final String SDK_VERSION = "7.5.0" ;
9
- // x-release-please-end
10
8
}
You can’t perform that action at this time.
0 commit comments