aboutsummaryrefslogtreecommitdiff
path: root/android/guava-tests/benchmark/com/google/common/util/concurrent/FuturesGetCheckedBenchmark.java
diff options
context:
space:
mode:
Diffstat (limited to 'android/guava-tests/benchmark/com/google/common/util/concurrent/FuturesGetCheckedBenchmark.java')
-rw-r--r--android/guava-tests/benchmark/com/google/common/util/concurrent/FuturesGetCheckedBenchmark.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/guava-tests/benchmark/com/google/common/util/concurrent/FuturesGetCheckedBenchmark.java b/android/guava-tests/benchmark/com/google/common/util/concurrent/FuturesGetCheckedBenchmark.java
index bb764203f..9129bfc2a 100644
--- a/android/guava-tests/benchmark/com/google/common/util/concurrent/FuturesGetCheckedBenchmark.java
+++ b/android/guava-tests/benchmark/com/google/common/util/concurrent/FuturesGetCheckedBenchmark.java
@@ -33,7 +33,7 @@ import com.google.common.util.concurrent.FuturesGetChecked.GetCheckedTypeValidat
import java.io.IOException;
import java.net.URISyntaxException;
import java.security.GeneralSecurityException;
-import java.security.acl.NotOwnerException;
+import java.security.KeyException;
import java.util.List;
import java.util.TooManyListenersException;
import java.util.concurrent.BrokenBarrierException;
@@ -91,7 +91,7 @@ public class FuturesGetCheckedBenchmark {
ExecutionException.class,
GeneralSecurityException.class,
InvalidPreferencesFormatException.class,
- NotOwnerException.class,
+ KeyException.class,
RefreshFailedException.class,
TimeoutException.class,
TooManyListenersException.class,