summaryrefslogtreecommitdiff
path: root/android/service/autofill/Validator.java
diff options
context:
space:
mode:
Diffstat (limited to 'android/service/autofill/Validator.java')
-rw-r--r--android/service/autofill/Validator.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/service/autofill/Validator.java b/android/service/autofill/Validator.java
index 854aa1e6..a4036f25 100644
--- a/android/service/autofill/Validator.java
+++ b/android/service/autofill/Validator.java
@@ -16,9 +16,9 @@
package android.service.autofill;
/**
- * Helper class used to define whether the contents of a screen are valid.
+ * Class used to define whether a condition is satisfied.
*
- * <p>Typically used to avoid displaying the Save UI affordance when the user input is invalid.
+ * <p>Typically used to avoid displaying the save UI when the user input is invalid.
*/
public interface Validator {
}