Skip to content

Commit 7eb8aea

Browse files
committed
Implement revisions
1 parent 191ab56 commit 7eb8aea

1 file changed

Lines changed: 2 additions & 13 deletions

File tree

lib/js/src/rpc/enums/TextFieldName.js

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* eslint-disable camelcase */
22
/*
3-
* Copyright (c) 2020, SmartDeviceLink Consortium, Inc.
3+
* Copyright (c) 2021, SmartDeviceLink Consortium, Inc.
44
* All rights reserved.
55
*
66
* Redistribution and use in source and binary forms, with or without
@@ -328,7 +328,7 @@ class TextFieldName extends Enum {
328328
/**
329329
* Get the enum value for timeToDestination.
330330
* @since SmartDeviceLink 7.1.0
331-
* Optional time to destination field for navigationTexts parameter in ShowConstantTB
331+
* Optional time to destination field for navigationTexts parameter in ShowConstantTBT
332332
* @returns {String} - The enum value.
333333
*/
334334
static get timeToDestination () {
@@ -345,16 +345,6 @@ class TextFieldName extends Enum {
345345
return TextFieldName._MAP.turnText;
346346
}
347347

348-
/**
349-
* Get the enum value for navigationText.
350-
* @since SmartDeviceLink 7.1.0
351-
* Navigation text for turnList parameter of UpdateTurnList
352-
* @returns {String} - The enum value.
353-
*/
354-
static get navigationText () {
355-
return TextFieldName._MAP.navigationText;
356-
}
357-
358348
/**
359349
* Get the enum value for subtleAlertText1.
360350
* @since SmartDeviceLink 7.0.0
@@ -444,7 +434,6 @@ TextFieldName._MAP = Object.freeze({
444434
'phoneNumber': 'phoneNumber',
445435
'timeToDestination': 'timeToDestination',
446436
'turnText': 'turnText',
447-
'navigationText': 'navigationText',
448437
'subtleAlertText1': 'subtleAlertText1',
449438
'subtleAlertText2': 'subtleAlertText2',
450439
'subtleAlertSoftButtonText': 'subtleAlertSoftButtonText',

0 commit comments

Comments
 (0)