diff options
author | Hung-ying Tyan <tyanh@google.com> | 2010-09-14 20:43:54 +0800 |
---|---|---|
committer | Hung-ying Tyan <tyanh@google.com> | 2010-09-16 03:52:10 +0800 |
commit | 286bb5a00bdb9f0cb0815aef441ec72f231c84ea (patch) | |
tree | 36ec6108ec06a34b32c998f08460c551b4b2e26f /voip/java/android/net/sip/SipErrorCode.java | |
parent | 5306e0a85dabd4c18a7b3f81acc0f582f9429482 (diff) |
Fix links in SIP API javadoc.
Change-Id: I839280fe18502bb576f6e9c9a7948077c02fa570
Diffstat (limited to 'voip/java/android/net/sip/SipErrorCode.java')
-rw-r--r-- | voip/java/android/net/sip/SipErrorCode.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/voip/java/android/net/sip/SipErrorCode.java b/voip/java/android/net/sip/SipErrorCode.java index ee985dee416e..a27f7405c7ec 100644 --- a/voip/java/android/net/sip/SipErrorCode.java +++ b/voip/java/android/net/sip/SipErrorCode.java @@ -18,10 +18,10 @@ package android.net.sip; /** * Defines error code returned in - * {@link SipRegistrationListener#onRegistrationFailed(String, String, String)}, - * {@link ISipSessionListener#onError(ISipSession, String, String)}, - * {@link ISipSessionListener#onCallChangeFailed(ISipSession, String, String)} and - * {@link ISipSessionListener#onRegistrationFailed(ISipSession, String, String)}. + * {@link SipRegistrationListener#onRegistrationFailed}, + * {@link ISipSessionListener#onError}, + * {@link ISipSessionListener#onCallChangeFailed} and + * {@link ISipSessionListener#onRegistrationFailed}. * @hide */ public enum SipErrorCode { |