[Javadoc] Add full link to TDigest class

(cherry picked from commit ed72484)
This commit is contained in:
David Pilato 2014-05-13 20:04:19 +02:00
parent 1cb2c3bdd3
commit 2971a102f6
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ import org.elasticsearch.common.io.stream.StreamOutput;
import java.io.IOException; import java.io.IOException;
/** /**
* Extension of {@link TDigest} with custom serialization. * Extension of {@link com.tdunning.math.stats.TDigest} with custom serialization.
*/ */
public class TDigestState extends AVLTreeDigest { public class TDigestState extends AVLTreeDigest {