Skip to content

Commit

Permalink
Internal change.
Browse files Browse the repository at this point in the history
RELNOTES=n/a
PiperOrigin-RevId: 671807483
  • Loading branch information
cpovirk authored and Google Java Core Libraries committed Sep 7, 2024
1 parent 132a1a9 commit 2266901
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions common/src/main/java/com/google/auto/common/MoreStreams.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@
import java.util.stream.Collectors;

/**
* A utility class that provides Android compatible alternatives to Guava's streaming APIs.
* A utility class that provides legacy alternatives to Guava's streaming APIs.
*
* <p>This is useful when the Android flavor of Guava somehow finds its way onto the processor
* classpath.
* <p>This class was useful when those APIs were not part of the Android flavor of Guava, since the
* Android flavor somehow finds its way onto the processor classpath. Now that the APIs are part of
* the Android flavor of Guava, there is no need for this class.
*/
public final class MoreStreams {

Expand Down

0 comments on commit 2266901

Please sign in to comment.