diff options
author | Evan Charlton <evanc@google.com> | 2014-04-01 14:09:49 -0700 |
---|---|---|
committer | Evan Charlton <evanc@google.com> | 2014-04-01 14:09:49 -0700 |
commit | fd2e620baf769564d9b2873103de7f60a39f95ea (patch) | |
tree | 8c7edf4f5e42ec740fdd978c438bcbf2986cd5b6 /telecomm | |
parent | 7fc1849d235913e3430348d49aa9286d8c1effee (diff) | |
download | frameworks_base-fd2e620baf769564d9b2873103de7f60a39f95ea.zip frameworks_base-fd2e620baf769564d9b2873103de7f60a39f95ea.tar.gz frameworks_base-fd2e620baf769564d9b2873103de7f60a39f95ea.tar.bz2 |
Fix the build, take #2
Missed one bad javadoc.
Change-Id: Ic70abce0404e966bc9caeabfbd5fd40d170af4de
Diffstat (limited to 'telecomm')
-rw-r--r-- | telecomm/java/android/telecomm/InCallService.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telecomm/java/android/telecomm/InCallService.java b/telecomm/java/android/telecomm/InCallService.java index 1d57ae9..3942d70 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. |