Skip to content

Commit

Permalink
Fix javadoc (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell authored Dec 6, 2023
1 parent 904feff commit a28d706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/flagsmith/threads/PollingManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public void stopPolling() {
}

/**
* Get thread status
* Get thread status.
*/
public Boolean getIsThreadAlive() {
return internalThread.isAlive();
Expand Down

0 comments on commit a28d706

Please sign in to comment.