Skip to content

Commit a28d706

Browse files
Fix javadoc (#136)
1 parent 904feff commit a28d706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/flagsmith/threads/PollingManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public void stopPolling() {
6464
}
6565

6666
/**
67-
* Get thread status
67+
* Get thread status.
6868
*/
6969
public Boolean getIsThreadAlive() {
7070
return internalThread.isAlive();

0 commit comments

Comments
 (0)