From 1b3b389cb3a0a79cc2fd2d146f1824db8a8d6ede Mon Sep 17 00:00:00 2001 From: Giorgos Stamatelatos Date: Wed, 4 Jul 2018 23:50:14 +0300 Subject: [PATCH] Rewrite StreamOverflowException javadoc --- .../java/gr/james/sampling/StreamOverflowException.java | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/main/java/gr/james/sampling/StreamOverflowException.java b/src/main/java/gr/james/sampling/StreamOverflowException.java index af874b9..7da4424 100644 --- a/src/main/java/gr/james/sampling/StreamOverflowException.java +++ b/src/main/java/gr/james/sampling/StreamOverflowException.java @@ -4,10 +4,8 @@ import java.util.Map; /** - * A {@code StreamOverflowException} indicates that the internal state of the algorithm has overflown. - *

- * The exception may occur when the amount of items feeded to a random sampling algorithm exceeds the maximum allowed or - * when the internal state has overflown in a way that would otherwise cause the algorithm to behave inconsistently. + * A {@code StreamOverflowException} indicates that the internal state of the algorithm has reached a situation where + * the precision has degraded into a non-recurrent state that would prevent the algorithm from behaving consistently. *

* More specifically, this exception targets the methods *