Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 623787387
  • Loading branch information
java-team-github-bot authored and Google Java Core Libraries committed Apr 11, 2024
1 parent 75de44c commit dad0c59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android/guava/src/com/google/common/base/Preconditions.java
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@
public final class Preconditions {
private Preconditions() {}

private interface Impossible {}

/**
* Ensures the truth of an expression involving one or more parameters to the calling method.
*
Expand Down
2 changes: 2 additions & 0 deletions guava/src/com/google/common/base/Preconditions.java
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@
public final class Preconditions {
private Preconditions() {}

private interface Impossible {}

/**
* Ensures the truth of an expression involving one or more parameters to the calling method.
*
Expand Down

0 comments on commit dad0c59

Please sign in to comment.