summaryrefslogtreecommitdiffstats
path: root/telephony/java
diff options
context:
space:
mode:
authorWink Saville <wink@google.com>2014-06-26 04:50:00 -0700
committerWink Saville <wink@google.com>2014-06-26 04:50:00 -0700
commit0a493e87224e4b337a89d9fbaaa604d7a8c5bd5f (patch)
tree3c48264107b6b99a28a102f315b3ef1e47d870cc /telephony/java
parent70882cd654c1eeb7c37dd77bd4567c4ad07e2ca6 (diff)
downloadframeworks_base-0a493e87224e4b337a89d9fbaaa604d7a8c5bd5f.zip
frameworks_base-0a493e87224e4b337a89d9fbaaa604d7a8c5bd5f.tar.gz
frameworks_base-0a493e87224e4b337a89d9fbaaa604d7a8c5bd5f.tar.bz2
Fix java doc.
Change-Id: I620c2ea77504fa4ead92e8a4faf0db4eff4f5e2b
Diffstat (limited to 'telephony/java')
-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 aa2204e..5f2ff36 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
*/