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

Commit 251bba7

Browse files
authored
Remove Misleading comment
Close does not actually flush any pending events; update comment to match
1 parent 063d579 commit 251bba7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ private JsonElement evaluate(String featureKey, LDUser user, JsonElement default
365365
}
366366

367367
/**
368-
* Closes the LaunchDarkly client event processing thread and flushes all pending events. This should only
368+
* Closes the LaunchDarkly client event processing thread. This should only
369369
* be called on application shutdown.
370370
*
371371
* @throws IOException
@@ -448,4 +448,4 @@ private static String getClientVersion() {
448448
return "Unknown";
449449
}
450450
}
451-
}
451+
}

0 commit comments

Comments
 (0)