Skip to content

Commit

Permalink
Remove Impossible from open-source release.
Browse files Browse the repository at this point in the history
RELNOTES=n/a
PiperOrigin-RevId: 651497411
  • Loading branch information
lowasser authored and Google Java Core Libraries committed Jul 11, 2024
1 parent 2f6d618 commit 7e66ec4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions android/guava/src/com/google/common/base/Preconditions.java
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@
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: 0 additions & 2 deletions guava/src/com/google/common/base/Preconditions.java
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@
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 7e66ec4

Please sign in to comment.