From 0b7d6de1559a4a78af76ab501e0a15afc396c2b9 Mon Sep 17 00:00:00 2001 From: repo sync Date: Thu, 23 Sep 2010 14:52:24 +0800 Subject: [PATCH] Fix the build. Change-Id: I82210cb2d41f532583f83ea17e6f2d8d49280a30 --- voip/java/android/net/sip/SimpleSessionDescription.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voip/java/android/net/sip/SimpleSessionDescription.java b/voip/java/android/net/sip/SimpleSessionDescription.java index 733a5f627ca24..29166dc546259 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.