fix(javadoc): Remove collision block
This commit is contained in:
@@ -529,16 +529,10 @@ public final class FrequencyTrie<V> {
|
|||||||
* Returns the deterministic SHA-256 fingerprint of this trie.
|
* Returns the deterministic SHA-256 fingerprint of this trie.
|
||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
* <<<<<<< HEAD The fingerprint is a canonical model identity, not a Java object
|
* The fingerprint is a canonical model identity, not a Java object identity. It
|
||||||
* identity. It includes a fingerprint-domain marker, the fingerprint input
|
* includes a fingerprint-domain marker, the fingerprint input format version,
|
||||||
* format version, persisted metadata, and the complete compiled-node structure
|
* persisted metadata, and the complete compiled-node structure reachable from
|
||||||
* reachable from the root, including edges, child references, local values, and
|
* the root, including edges, child references, local values, and local counts.
|
||||||
* local counts. ======= The fingerprint is a canonical model identity, not a
|
|
||||||
* Java object identity. It includes a fingerprint-domain marker, the
|
|
||||||
* fingerprint input format version, persisted metadata, and the complete
|
|
||||||
* compiled-node structure reachable from the root, including edges, child
|
|
||||||
* references, local values, and local counts. >>>>>>>
|
|
||||||
* 464b5804366e8d7034a819f891f5cd730ad8c005
|
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
|
|||||||
Reference in New Issue
Block a user