aboutsummaryrefslogtreecommitdiff
path: root/guava/src/com/google/common/math/PairedStatsAccumulator.java
diff options
context:
space:
mode:
Diffstat (limited to 'guava/src/com/google/common/math/PairedStatsAccumulator.java')
-rw-r--r--guava/src/com/google/common/math/PairedStatsAccumulator.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/guava/src/com/google/common/math/PairedStatsAccumulator.java b/guava/src/com/google/common/math/PairedStatsAccumulator.java
index 072ef13b3..9d365633a 100644
--- a/guava/src/com/google/common/math/PairedStatsAccumulator.java
+++ b/guava/src/com/google/common/math/PairedStatsAccumulator.java
@@ -19,8 +19,8 @@ import static com.google.common.primitives.Doubles.isFinite;
import static java.lang.Double.NaN;
import static java.lang.Double.isNaN;
-import com.google.common.annotations.Beta;
import com.google.common.annotations.GwtIncompatible;
+import com.google.common.annotations.J2ktIncompatible;
import com.google.common.primitives.Doubles;
/**
@@ -30,7 +30,7 @@ import com.google.common.primitives.Doubles;
* @author Pete Gillin
* @since 20.0
*/
-@Beta
+@J2ktIncompatible
@GwtIncompatible
@ElementTypesAreNonnullByDefault
public final class PairedStatsAccumulator {