Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AB-xdev committed Jul 5, 2024
1 parent c0bbeb1 commit 0b21ad8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public class LazyNetwork implements Network
protected Set<Consumer<CreateNetworkCmd>> createNetworkCmdModifiers = new HashSet<>();
/**
* Behavior if <code>null</code>:<br/>
* <code>false</code> when no name is specified (random UUID), otherwise <code>true</code> because
* <code>true</code> when a {@link #name} was specified, otherwise <code>false</code> because
* <ul>
* <li>When using a random UUIDv4 as name the chances of collision are extremely small (
* <a href="https://en.wikipedia.org/wiki/Universally_unique_identifier#Collisions">1 : 2.17 x 10^18</a>
Expand Down

0 comments on commit 0b21ad8

Please sign in to comment.