Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantPSpencer committed Sep 27, 2023
1 parent d2c4492 commit abf081e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ private void iterativeCreate(String key, T data, EntryMode mode, long ttl) {
}
}

// Reattempt creation of children that failed due to NoNodeException
// Reattempt creation of children that failed due to parent not existing
while (--i >= 0) {
try {
if (EntryMode.TTL.equals(mode)) {
Expand Down

0 comments on commit abf081e

Please sign in to comment.