This repository was archived by the owner on May 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 56
isInitialized
& dataStore.isInitialized()
#280
Comments
You didn't say why it looks like a bug to you, so I don't know whether you're missing something, but here's a summary of what the intention is:
|
So, the specific scenarios that that first block is there to handle are:
|
ok makes sense, I was confused by similar naming I'm closing the issue now. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey guys,
I'm going through code in order to assess java client before adding is as dependency
I can see repeated pattern of two checks like:
https://github.com/launchdarkly/java-server-sdk/blob/main/src/main/java/com/launchdarkly/sdk/server/LDClient.java#L341
however
This should be either bug or I must be missing something. Could you please help?
The text was updated successfully, but these errors were encountered: