We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c24eb8 commit ad57f52Copy full SHA for ad57f52
android/guava/src/com/google/common/util/concurrent/MoreExecutors.java
@@ -377,7 +377,6 @@ public static Executor directExecutor() {
377
*
378
* @since 23.3 (since 23.1 as {@code sequentialExecutor})
379
*/
380
- @J2ktIncompatible
381
@GwtIncompatible
382
public static Executor newSequentialExecutor(Executor delegate) {
383
return new SequentialExecutor(delegate);
guava/src/com/google/common/util/concurrent/MoreExecutors.java
@@ -438,7 +438,6 @@ public static Executor directExecutor() {
438
439
440
441
442
443
444
0 commit comments