diff options
| author | Wink Saville <wink@google.com> | 2010-06-12 22:16:41 -0700 |
|---|---|---|
| committer | Wink Saville <wink@google.com> | 2010-06-12 22:16:41 -0700 |
| commit | 4dc643eb6749afe5211198c920e739475590f92c (patch) | |
| tree | 0fef6031d6a42bb9fea8f146a758305f5ed2e3da /telephony/java | |
| parent | 70bd2f2099fe2808bf0e4e5acc7fccde72186d41 (diff) | |
| download | frameworks_base-4dc643eb6749afe5211198c920e739475590f92c.zip frameworks_base-4dc643eb6749afe5211198c920e739475590f92c.tar.gz frameworks_base-4dc643eb6749afe5211198c920e739475590f92c.tar.bz2 | |
Fix some javadoc link/see's to fix the build for the sdk-win_sdk target.
Change-Id: I243c19d3d7f1ed2decbd6bfc7ecbe6ce2b582fc2
Diffstat (limited to 'telephony/java')
| -rw-r--r-- | telephony/java/android/telephony/PhoneNumberFormattingTextWatcher.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telephony/java/android/telephony/PhoneNumberFormattingTextWatcher.java b/telephony/java/android/telephony/PhoneNumberFormattingTextWatcher.java index 5241088..0d9f383 100644 --- a/telephony/java/android/telephony/PhoneNumberFormattingTextWatcher.java +++ b/telephony/java/android/telephony/PhoneNumberFormattingTextWatcher.java @@ -27,7 +27,7 @@ import android.text.TextWatcher; import java.util.Locale; /** - * Watches a {@link TextView} and if a phone number is entered will format it. + * Watches a TextView and if a phone number is entered will format it. * <p> * Stop formatting when the user * <ul> |
