aboutsummaryrefslogtreecommitdiffstats
path: root/guava/src/com/google/common/util/concurrent/AtomicDoubleArray.java
diff options
context:
space:
mode:
Diffstat (limited to 'guava/src/com/google/common/util/concurrent/AtomicDoubleArray.java')
-rw-r--r--guava/src/com/google/common/util/concurrent/AtomicDoubleArray.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/guava/src/com/google/common/util/concurrent/AtomicDoubleArray.java b/guava/src/com/google/common/util/concurrent/AtomicDoubleArray.java
index 407cd7c..37f4c5c 100644
--- a/guava/src/com/google/common/util/concurrent/AtomicDoubleArray.java
+++ b/guava/src/com/google/common/util/concurrent/AtomicDoubleArray.java
@@ -13,9 +13,10 @@
package com.google.common.util.concurrent;
+import com.google.common.annotations.Beta;
+
import static java.lang.Double.doubleToRawLongBits;
import static java.lang.Double.longBitsToDouble;
-
import java.util.concurrent.atomic.AtomicLongArray;
/**
@@ -39,6 +40,7 @@ import java.util.concurrent.atomic.AtomicLongArray;
* @author Martin Buchholz
* @since 11.0
*/
+@Beta
public class AtomicDoubleArray implements java.io.Serializable {
private static final long serialVersionUID = 0L;