Fix links in SIP API javadoc.

Change-Id: I839280fe18502bb576f6e9c9a7948077c02fa570
This commit is contained in:
Hung-ying Tyan
2010-09-14 20:43:54 +08:00
parent 5306e0a85d
commit 286bb5a00b
7 changed files with 40 additions and 45 deletions

View File

@@ -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 {