summaryrefslogtreecommitdiffstats
path: root/document
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-06-16 09:54:18 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-06-16 09:54:18 +0000
commitb854311cd5f574ed38ef95282c6d24084f9ad85e (patch)
treeab4356b0462dd26873182af59dec242004a6ea20 /document
parent468fac5c1e94a59fa374dcf3f53d31a5bd0c4a64 (diff)
Remove Beta annotations.
Diffstat (limited to 'document')
-rw-r--r--document/src/main/java/com/yahoo/document/TestAndSetCondition.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/document/src/main/java/com/yahoo/document/TestAndSetCondition.java b/document/src/main/java/com/yahoo/document/TestAndSetCondition.java
index def1c05a011..6a189fc2969 100644
--- a/document/src/main/java/com/yahoo/document/TestAndSetCondition.java
+++ b/document/src/main/java/com/yahoo/document/TestAndSetCondition.java
@@ -1,8 +1,6 @@
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.document;
-import com.google.common.annotations.Beta;
-
import java.util.Optional;
/**
@@ -14,7 +12,6 @@ import java.util.Optional;
*
* @author Vegard Sjonfjell
*/
-@Beta
public class TestAndSetCondition {
public static final TestAndSetCondition NOT_PRESENT_CONDITION = new TestAndSetCondition();