Skip to content

Commit

Permalink
Graduate Verify and VerifyException from Beta as requested here:
Browse files Browse the repository at this point in the history
#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
  • Loading branch information
kevinb authored and cpovirk committed Nov 14, 2017
1 parent 086f67c commit 0ad9c44
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions android/guava/src/com/google/common/base/Verify.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

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

import com.google.common.annotations.Beta;
import com.google.common.annotations.GwtCompatible;
import com.google.errorprone.annotations.CanIgnoreReturnValue;
import javax.annotation.Nullable;
Expand Down Expand Up @@ -85,7 +84,6 @@
*
* @since 17.0
*/
@Beta
@GwtCompatible
public final class Verify {
/**
Expand Down
2 changes: 0 additions & 2 deletions android/guava/src/com/google/common/base/VerifyException.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

package com.google.common.base;

import com.google.common.annotations.Beta;
import com.google.common.annotations.GwtCompatible;
import javax.annotation.Nullable;

Expand All @@ -25,7 +24,6 @@
*
* @since 17.0
*/
@Beta
@GwtCompatible
public class VerifyException extends RuntimeException {
/** Constructs a {@code VerifyException} with no message. */
Expand Down
2 changes: 0 additions & 2 deletions guava/src/com/google/common/base/Verify.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

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

import com.google.common.annotations.Beta;
import com.google.common.annotations.GwtCompatible;
import com.google.errorprone.annotations.CanIgnoreReturnValue;
import javax.annotation.Nullable;
Expand Down Expand Up @@ -85,7 +84,6 @@
*
* @since 17.0
*/
@Beta
@GwtCompatible
public final class Verify {
/**
Expand Down
2 changes: 0 additions & 2 deletions guava/src/com/google/common/base/VerifyException.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

package com.google.common.base;

import com.google.common.annotations.Beta;
import com.google.common.annotations.GwtCompatible;
import javax.annotation.Nullable;

Expand All @@ -25,7 +24,6 @@
*
* @since 17.0
*/
@Beta
@GwtCompatible
public class VerifyException extends RuntimeException {
/** Constructs a {@code VerifyException} with no message. */
Expand Down

0 comments on commit 0ad9c44

Please sign in to comment.