Skip to content

Commit 0ad9c44

Browse files
kevinbcpovirk
authored andcommitted
Graduate Verify and VerifyException from Beta as requested here:
#2409 These have been essentially stable for 3.5 years. RELNOTES=`Verify` and `VerifyException` are no longer `@Beta` ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=175704709
1 parent 086f67c commit 0ad9c44

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

android/guava/src/com/google/common/base/Verify.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
import static com.google.common.base.Preconditions.format;
1818

19-
import com.google.common.annotations.Beta;
2019
import com.google.common.annotations.GwtCompatible;
2120
import com.google.errorprone.annotations.CanIgnoreReturnValue;
2221
import javax.annotation.Nullable;
@@ -85,7 +84,6 @@
8584
*
8685
* @since 17.0
8786
*/
88-
@Beta
8987
@GwtCompatible
9088
public final class Verify {
9189
/**

android/guava/src/com/google/common/base/VerifyException.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
package com.google.common.base;
1616

17-
import com.google.common.annotations.Beta;
1817
import com.google.common.annotations.GwtCompatible;
1918
import javax.annotation.Nullable;
2019

@@ -25,7 +24,6 @@
2524
*
2625
* @since 17.0
2726
*/
28-
@Beta
2927
@GwtCompatible
3028
public class VerifyException extends RuntimeException {
3129
/** Constructs a {@code VerifyException} with no message. */

guava/src/com/google/common/base/Verify.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
import static com.google.common.base.Preconditions.format;
1818

19-
import com.google.common.annotations.Beta;
2019
import com.google.common.annotations.GwtCompatible;
2120
import com.google.errorprone.annotations.CanIgnoreReturnValue;
2221
import javax.annotation.Nullable;
@@ -85,7 +84,6 @@
8584
*
8685
* @since 17.0
8786
*/
88-
@Beta
8987
@GwtCompatible
9088
public final class Verify {
9189
/**

guava/src/com/google/common/base/VerifyException.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
package com.google.common.base;
1616

17-
import com.google.common.annotations.Beta;
1817
import com.google.common.annotations.GwtCompatible;
1918
import javax.annotation.Nullable;
2019

@@ -25,7 +24,6 @@
2524
*
2625
* @since 17.0
2726
*/
28-
@Beta
2927
@GwtCompatible
3028
public class VerifyException extends RuntimeException {
3129
/** Constructs a {@code VerifyException} with no message. */

0 commit comments

Comments
 (0)