Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ public static void asyncCreate(ZKWatcher zkw, String znode, byte[] data,
}

/**
* Creates the specified node, iff the node does not exist. Does not set a watch and fails
* Creates the specified node, if the node does not exist. Does not set a watch and fails
* silently if the node already exists. The node created is persistent and open access.
* @param zkw zk reference
* @param znode path of node
Expand All @@ -755,7 +755,7 @@ public static void createAndFailSilent(ZKWatcher zkw, String znode) throws Keepe
}

/**
* Creates the specified node containing specified data, iff the node does not exist. Does not set
* Creates the specified node containing specified data, if the node does not exist. Does not set
* a watch and fails silently if the node already exists. The node created is persistent and open
* access.
* @param zkw zk reference
Expand Down