File tree 2 files changed +2
-6
lines changed
android/guava/src/com/google/common/util/concurrent
guava/src/com/google/common/util/concurrent
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -1223,9 +1223,7 @@ private Peeker(ImmutableList<ClosingFuture<?>> futures) {
1223
1223
* .closing(executor);
1224
1224
* }</pre>
1225
1225
*/
1226
- // TODO(cpovirk): Use simple name instead of fully qualified after we stop building with JDK 8.
1227
- @ com .google .errorprone .annotations .DoNotMock (
1228
- "Use ClosingFuture.whenAllSucceed() or .whenAllComplete() instead." )
1226
+ @ DoNotMock ("Use ClosingFuture.whenAllSucceed() or .whenAllComplete() instead." )
1229
1227
public static class Combiner {
1230
1228
1231
1229
private final CloseableList closeables = new CloseableList ();
Original file line number Diff line number Diff line change @@ -1228,9 +1228,7 @@ private Peeker(ImmutableList<ClosingFuture<?>> futures) {
1228
1228
* .closing(executor);
1229
1229
* }</pre>
1230
1230
*/
1231
- // TODO(cpovirk): Use simple name instead of fully qualified after we stop building with JDK 8.
1232
- @ com .google .errorprone .annotations .DoNotMock (
1233
- "Use ClosingFuture.whenAllSucceed() or .whenAllComplete() instead." )
1231
+ @ DoNotMock ("Use ClosingFuture.whenAllSucceed() or .whenAllComplete() instead." )
1234
1232
public static class Combiner {
1235
1233
1236
1234
private final CloseableList closeables = new CloseableList ();
You can’t perform that action at this time.
0 commit comments