diff options
author | repo sync <chiachi@android.com> | 2010-09-23 14:52:24 +0800 |
---|---|---|
committer | repo sync <chiachi@android.com> | 2010-09-23 14:52:24 +0800 |
commit | 0b7d6de1559a4a78af76ab501e0a15afc396c2b9 (patch) | |
tree | 3d7ae1381d828640715d7fd2c1f06fa836e9cfcb /voip/java/android | |
parent | 75c3853ec5e4bb306fa4a614e5005df1a4e75b92 (diff) | |
download | frameworks_base-0b7d6de1559a4a78af76ab501e0a15afc396c2b9.zip frameworks_base-0b7d6de1559a4a78af76ab501e0a15afc396c2b9.tar.gz frameworks_base-0b7d6de1559a4a78af76ab501e0a15afc396c2b9.tar.bz2 |
Fix the build.
Change-Id: I82210cb2d41f532583f83ea17e6f2d8d49280a30
Diffstat (limited to 'voip/java/android')
-rw-r--r-- | voip/java/android/net/sip/SimpleSessionDescription.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/voip/java/android/net/sip/SimpleSessionDescription.java b/voip/java/android/net/sip/SimpleSessionDescription.java index 733a5f6..29166dc 100644 --- a/voip/java/android/net/sip/SimpleSessionDescription.java +++ b/voip/java/android/net/sip/SimpleSessionDescription.java @@ -343,7 +343,7 @@ public class SimpleSessionDescription { } /** - * Sets a RTP payload type and its {@code rtpmap} and {@fmtp} + * Sets a RTP payload type and its {@code rtpmap} and {@code fmtp} * attributes. If any of the attributes is {@code null}, the * corresponding field will be removed. See * {@link SimpleSessionDescription} for an example of its usage. |