diff options
author | kboskin <kboskin> | 2021-01-25 14:59:28 +0200 |
---|---|---|
committer | kboskin <kboskin> | 2021-01-25 14:59:28 +0200 |
commit | 3ea6c35f92cf76d69b0f2c892b8123518a34ff40 (patch) | |
tree | 8e21891a387f37d6960de5dd69203587fe0205c5 | |
parent | 57730e53ae180458f71672e35469ee46bca790b7 (diff) | |
download | sdl_android-3ea6c35f92cf76d69b0f2c892b8123518a34ff40.tar.gz |
[0255]
- Fix javadoc
-rw-r--r-- | base/src/main/java/com/smartdevicelink/proxy/rpc/BodyInformation.java | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/base/src/main/java/com/smartdevicelink/proxy/rpc/BodyInformation.java b/base/src/main/java/com/smartdevicelink/proxy/rpc/BodyInformation.java index 58b102654..c040af0cd 100644 --- a/base/src/main/java/com/smartdevicelink/proxy/rpc/BodyInformation.java +++ b/base/src/main/java/com/smartdevicelink/proxy/rpc/BodyInformation.java @@ -87,28 +87,40 @@ import java.util.List; * <td>Boolean</td>
* <td>true</td>
* <td>The information about the park brake: - true, if active - false if not.</td>
- * <td>SmartDeviceLink 2.0</td>
+ * <td>
+ * @since SmartDeviceLink 2.0.0
+ * @deprecated in SmartDeviceLink 7.1.0
+ * </td>
* </tr>
* <tr>
* <td>passengerDoorAjar</td>
* <td>Boolean</td>
* <td>true</td>
* <td>The information about the park brake: - true, if active - false if not.</td>
- * <td>SmartDeviceLink 2.0</td>
+ * <td>
+ * @since SmartDeviceLink 2.0.0
+ * @deprecated in SmartDeviceLink 7.1.0
+ * </td>
* </tr>
* <tr>
* <td>rearLeftDoorAjar</td>
* <td>Boolean</td>
* <td>true</td>
* <td>The information about the park brake: - true, if active - false if not.</td>
- * <td>SmartDeviceLink 2.0</td>
+ * <td>
+ * @since SmartDeviceLink 2.0.0
+ * @deprecated in SmartDeviceLink 7.1.0
+ * </td>
* </tr>
* <tr>
* <td>rearRightDoorAjar</td>
* <td>Boolean</td>
* <td>true</td>
* <td>References signal "DrStatRr_B_Actl".</td>
- * <td>SmartDeviceLink 2.0</td>
+ * <td>
+ * @since SmartDeviceLink 2.0.0
+ * @deprecated in SmartDeviceLink 7.1.0
+ * </td>
* </tr>
* <tr>
* <td>doorStatuses</td>
|