We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 904feff commit a28d706Copy full SHA for a28d706
src/main/java/com/flagsmith/threads/PollingManager.java
@@ -64,7 +64,7 @@ public void stopPolling() {
64
}
65
66
/**
67
- * Get thread status
+ * Get thread status.
68
*/
69
public Boolean getIsThreadAlive() {
70
return internalThread.isAlive();
0 commit comments