summaryrefslogtreecommitdiff
path: root/voip/java/android/net/sip/SipErrorCode.java
diff options
context:
space:
mode:
Diffstat (limited to 'voip/java/android/net/sip/SipErrorCode.java')
-rw-r--r--voip/java/android/net/sip/SipErrorCode.java8
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 {