summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--telephony/java/com/android/ims/internal/IImsCallSession.aidl4
1 files changed, 2 insertions, 2 deletions
diff --git a/telephony/java/com/android/ims/internal/IImsCallSession.aidl b/telephony/java/com/android/ims/internal/IImsCallSession.aidl
index aa2204ee992b..5f2ff360bd4c 100644
--- a/telephony/java/com/android/ims/internal/IImsCallSession.aidl
+++ b/telephony/java/com/android/ims/internal/IImsCallSession.aidl
@@ -177,7 +177,7 @@ interface IImsCallSession {
/**
* Extends this call to the conference call with the specified recipients.
*
- * @participants participant list to be invited to the conference call after extending the call
+ * @param participants participant list to be invited to the conference call after extending the call
* @see Listener#sessionConferenceExtened, Listener#sessionConferenceExtendFailed
*/
void extendToConference(in String[] participants);
@@ -185,7 +185,7 @@ interface IImsCallSession {
/**
* Requests the conference server to invite an additional participants to the conference.
*
- * @participants participant list to be invited to the conference call
+ * @param participants participant list to be invited to the conference call
* @see Listener#sessionInviteParticipantsRequestDelivered,
* Listener#sessionInviteParticipantsRequestFailed
*/