Fix the build, take #2

Missed one bad javadoc.

Change-Id: Ic70abce0404e966bc9caeabfbd5fd40d170af4de
This commit is contained in:
Evan Charlton
2014-04-01 14:09:49 -07:00
parent 7fc1849d23
commit fd2e620baf

View File

@@ -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.