summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicoleYarroch <nicole@livio.io>2019-08-21 08:41:05 -0400
committerGitHub <noreply@github.com>2019-08-21 08:41:05 -0400
commit842e2f0d2e1e3a759e5df26aa5c80983768256c5 (patch)
tree39cae21fe39bde42a09ca45b8b0486f7ba1b829a
parente2fd0fbf8616d631a41fb13f0045141effa27320 (diff)
downloadsdl_android-842e2f0d2e1e3a759e5df26aa5c80983768256c5.tar.gz
Update base/src/main/java/com/smartdevicelink/managers/screen/choiceset/BaseChoiceSetManager.java
Co-Authored-By: Bilal Alsharifi <599206+bilal-alsharifi@users.noreply.github.com>
-rw-r--r--base/src/main/java/com/smartdevicelink/managers/screen/choiceset/BaseChoiceSetManager.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/src/main/java/com/smartdevicelink/managers/screen/choiceset/BaseChoiceSetManager.java b/base/src/main/java/com/smartdevicelink/managers/screen/choiceset/BaseChoiceSetManager.java
index 7fc02f93d..641f2191f 100644
--- a/base/src/main/java/com/smartdevicelink/managers/screen/choiceset/BaseChoiceSetManager.java
+++ b/base/src/main/java/com/smartdevicelink/managers/screen/choiceset/BaseChoiceSetManager.java
@@ -420,7 +420,7 @@ abstract class BaseChoiceSetManager extends BaseSubManager {
*
* This will only dismiss an already presented keyboard if connected to head units running SDL 6.0+.
*
- * @param cancelID - The unique ID assigned to the keyboard, passed as the return value from `presentKeyboardWithInitialText:keyboardDelegate:`
+ * @param cancelID - The unique ID assigned to the keyboard, passed as the return value from `presentKeyboard`
*/
public void dismissKeyboard(Integer cancelID) {
// First, attempt to cancel the currently executing keyboard operation (Once an operation has started it is removed from the operationQueue)