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

Commit 1b81f96

Browse files
authored
Merge pull request #100 from alewitt/master
Remove Misleading comment
2 parents 55fafbb + 251bba7 commit 1b81f96

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
@@ -368,7 +368,7 @@ private JsonElement evaluate(String featureKey, LDUser user, JsonElement default
368368
}
369369

370370
/**
371-
* Closes the LaunchDarkly client event processing thread and flushes all pending events. This should only
371+
* Closes the LaunchDarkly client event processing thread. This should only
372372
* be called on application shutdown.
373373
*
374374
* @throws IOException
@@ -451,4 +451,4 @@ private static String getClientVersion() {
451451
return "Unknown";
452452
}
453453
}
454-
}
454+
}

0 commit comments

Comments
 (0)