diff options
| author | android-build-team Robot <android-build-team-robot@google.com> | 2018-06-10 19:04:32 +0000 |
|---|---|---|
| committer | android-build-team Robot <android-build-team-robot@google.com> | 2018-06-10 19:04:32 +0000 |
| commit | b96cfb97ac9b5928673e8f348cb406f46c237d71 (patch) | |
| tree | b661a96d5f99350c74c99c18039782738b851fb9 /core/java | |
| parent | 33cc8b70f9efb75e73b1d3ebb360071dedf3d434 (diff) | |
| parent | 9b1f560ee56e0c7538f6656a9459a905416509f0 (diff) | |
Snap for 4832339 from 9b1f560ee56e0c7538f6656a9459a905416509f0 to pi-release
Change-Id: Ib743f4471d6d2db801d874d397b68a81ff59c6cc
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/service/autofill/TextValueSanitizer.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/service/autofill/TextValueSanitizer.java b/core/java/android/service/autofill/TextValueSanitizer.java index e5ad77a1e8d6..a8c080a17818 100644 --- a/core/java/android/service/autofill/TextValueSanitizer.java +++ b/core/java/android/service/autofill/TextValueSanitizer.java @@ -37,7 +37,7 @@ import java.util.regex.Pattern; * <p>For example, to remove spaces from groups of 4-digits in a credit card: * * <pre class="prettyprint"> - * new TextValueSanitizer(Pattern.compile("^(\\d{4})\\s?(\\d{4})\\s?(\\d{4})\\s?(\\d{4})$", + * new TextValueSanitizer(Pattern.compile("^(\\d{4})\\s?(\\d{4})\\s?(\\d{4})\\s?(\\d{4})$"), * "$1$2$3$4") * </pre> */ |
