Fixing javadocs

This commit is contained in:
Marcin Grzejszczak
2020-04-01 08:46:28 +02:00
parent 9faade028b
commit 03e297501d

View File

@@ -30,13 +30,12 @@ import org.springframework.util.Assert;
* not appropriate for collectors as the sampling decision isn't idempotent (consistent
* based on trace id).
*
* <h3>Implementation</h3>
* Implementation
*
* <p>
* Taken from CountingTraceIdSampler class from Zipkin project.
* </p>
*
* <p>
* This counts to see how many out of 100 traces should be retained. This means that it is
* accurate in units of 100 traces.
*