Skip to content

Commit

Permalink
Minor typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Jan 13, 2021
1 parent 2ea0914 commit 3691b24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public <T> T executeConnectedTask(
* connection is required to remain active.
*
* @return false if the connection for the specified {@link ConnectionDescriptor} was already
* removed from cache, true if it is still active and was refresh
* removed from cache, true if it is still active and was refreshed
*/
public boolean markConnectionInUse(ConnectionDescriptor connectionDescriptor) {
return connections.getIfPresent(connectionDescriptor) != null;
Expand Down

0 comments on commit 3691b24

Please sign in to comment.