Commit 01b3370
committed
chore: migrate from
Guava's functional types have been obsoleted by the JDK's functional types.
(This reflects a change we are making throughout Google's internal source code.)not(in(collection)) to e -> !collection.contains(e).1 parent 5b2ab82 commit 01b3370
File tree
1 file changed
+1
-4
lines changed- java-core/google-cloud-core/src/main/java/com/google/cloud
1 file changed
+1
-4
lines changedLines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | 19 | | |
23 | 20 | | |
24 | 21 | | |
| |||
101 | 98 | | |
102 | 99 | | |
103 | 100 | | |
104 | | - | |
| 101 | + | |
105 | 102 | | |
106 | 103 | | |
107 | 104 | | |
| |||
0 commit comments