Skip to content

Commit c7a13a7

Browse files
Replace @deprecated usages with @property-deprecated
1 parent 1118f39 commit c7a13a7

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

base/src/main/java/com/smartdevicelink/proxy/rpc/BodyInformation.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
* <td>The information about the park brake: - true, if active - false if not.</td>
9090
* <td>
9191
* @since SmartDeviceLink 2.0.0
92-
* @deprecated in SmartDeviceLink 7.1.0
92+
* @property-deprecated in SmartDeviceLink 7.1.0
9393
* </td>
9494
* </tr>
9595
* <tr>
@@ -99,7 +99,7 @@
9999
* <td>The information about the park brake: - true, if active - false if not.</td>
100100
* <td>
101101
* @since SmartDeviceLink 2.0.0
102-
* @deprecated in SmartDeviceLink 7.1.0
102+
* @property-deprecated in SmartDeviceLink 7.1.0
103103
* </td>
104104
* </tr>
105105
* <tr>
@@ -109,7 +109,7 @@
109109
* <td>The information about the park brake: - true, if active - false if not.</td>
110110
* <td>
111111
* @since SmartDeviceLink 2.0.0
112-
* @deprecated in SmartDeviceLink 7.1.0
112+
* @property-deprecated in SmartDeviceLink 7.1.0
113113
* </td>
114114
* </tr>
115115
* <tr>
@@ -119,7 +119,7 @@
119119
* <td>References signal "DrStatRr_B_Actl".</td>
120120
* <td>
121121
* @since SmartDeviceLink 2.0.0
122-
* @deprecated in SmartDeviceLink 7.1.0
122+
* @property-deprecated in SmartDeviceLink 7.1.0
123123
* </td>
124124
* </tr>
125125
* <tr>

base/src/main/java/com/smartdevicelink/proxy/rpc/GetVehicleData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
* <td>Subscribable</td>
114114
* <td>
115115
* @since SmartDeviceLink 2.0.0
116-
* @deprecated in SmartDeviceLink 7.1.0
116+
* @property-deprecated in SmartDeviceLink 7.1.0
117117
* </td>
118118
* </tr>
119119
* <tr>

base/src/main/java/com/smartdevicelink/proxy/rpc/Show.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
* <td>{"string_min_length": 0, "string_max_length": 500}</td>
123123
* <td>
124124
* @since SmartDeviceLink 1.0.0
125-
* @deprecated in SmartDeviceLink 7.1.0
125+
* @property-deprecated in SmartDeviceLink 7.1.0
126126
* </td>
127127
* </tr>
128128
* <tr>

base/src/main/java/com/smartdevicelink/proxy/rpc/SubscribeVehicleData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
* <td>Subscribable</td>
122122
* <td>
123123
* @since SmartDeviceLink 2.0.0
124-
* @deprecated in SmartDeviceLink 7.1.0
124+
* @property-deprecated in SmartDeviceLink 7.1.0
125125
* </td>
126126
* </tr>
127127
* <tr>

base/src/main/java/com/smartdevicelink/proxy/rpc/UnsubscribeVehicleData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
* <td>Subscribable</td>
117117
* <td>
118118
* @since SmartDeviceLink 2.0.0
119-
* @deprecated in SmartDeviceLink 7.1.0
119+
* @property-deprecated in SmartDeviceLink 7.1.0
120120
* </td>
121121
* </tr>
122122
* <tr>

0 commit comments

Comments
 (0)