From fd2e620baf769564d9b2873103de7f60a39f95ea Mon Sep 17 00:00:00 2001 From: Evan Charlton Date: Tue, 1 Apr 2014 14:09:49 -0700 Subject: [PATCH] Fix the build, take #2 Missed one bad javadoc. Change-Id: Ic70abce0404e966bc9caeabfbd5fd40d170af4de --- telecomm/java/android/telecomm/InCallService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telecomm/java/android/telecomm/InCallService.java b/telecomm/java/android/telecomm/InCallService.java index 1d57ae96d2364..3942d70b84233 100644 --- a/telecomm/java/android/telecomm/InCallService.java +++ b/telecomm/java/android/telecomm/InCallService.java @@ -271,7 +271,7 @@ public abstract class InCallService extends Service { * {@link #setPostDial(String,String)} state but is now waiting for user confirmation before the * remaining digits can be sent. Normal transitions are to {@link #setPostDial(String,String)} * when the user asks Telecomm to proceed with the post-dial sequence and the in-call app - * informs Telecomm of this by invoking {@link IInCallAdapter#postDialContinue(String)}. + * informs Telecomm of this by invoking {@link InCallAdapter#postDialContinue(String)}. * * @param callId The identifier of the call changing state. * @param remaining The remaining postdial string to be dialed.