aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--android/guava-tests/test/com/google/common/base/AndroidIncompatible.java4
-rw-r--r--guava-tests/test/com/google/common/base/AndroidIncompatible.java4
2 files changed, 4 insertions, 4 deletions
diff --git a/android/guava-tests/test/com/google/common/base/AndroidIncompatible.java b/android/guava-tests/test/com/google/common/base/AndroidIncompatible.java
index 9ed987a26..0be1c11ae 100644
--- a/android/guava-tests/test/com/google/common/base/AndroidIncompatible.java
+++ b/android/guava-tests/test/com/google/common/base/AndroidIncompatible.java
@@ -32,8 +32,8 @@ import java.lang.annotation.Target;
* Google-internal Android suite generators. Note that those generators also suppress any test
* annotated with LargeTest.
*
- * <p>Why use a custom annotation instead of {@code android.test.suitebuilder.annotation.Suppress}?
- * I'm not completely sure that this is the right choice, but it has various advantages:
+ * <p>Why use a custom annotation instead of {@code androidx.test.filters.Suppress}? I'm not
+ * completely sure that this is the right choice, but it has various advantages:
*
* <ul>
* <li>An annotation named just "Suppress" might someday be treated by a non-Android tool as a
diff --git a/guava-tests/test/com/google/common/base/AndroidIncompatible.java b/guava-tests/test/com/google/common/base/AndroidIncompatible.java
index 9ed987a26..0be1c11ae 100644
--- a/guava-tests/test/com/google/common/base/AndroidIncompatible.java
+++ b/guava-tests/test/com/google/common/base/AndroidIncompatible.java
@@ -32,8 +32,8 @@ import java.lang.annotation.Target;
* Google-internal Android suite generators. Note that those generators also suppress any test
* annotated with LargeTest.
*
- * <p>Why use a custom annotation instead of {@code android.test.suitebuilder.annotation.Suppress}?
- * I'm not completely sure that this is the right choice, but it has various advantages:
+ * <p>Why use a custom annotation instead of {@code androidx.test.filters.Suppress}? I'm not
+ * completely sure that this is the right choice, but it has various advantages:
*
* <ul>
* <li>An annotation named just "Suppress" might someday be treated by a non-Android tool as a