summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicoleYarroch <nicole@livio.io>2017-09-14 08:53:03 -0400
committerNicoleYarroch <nicole@livio.io>2017-09-14 08:53:03 -0400
commit47246a4a2b379b355deb3187f264a2bea5b37046 (patch)
tree96bed5f8b7ee28d4dfb504fb707e68c614c0a2d1
parent673a2857ad734466fa16748bc49fbef2f48ee1c6 (diff)
downloadsdl_ios-bugfix/issue_713_rpc_properties_incorrectly_retrieved.tar.gz
Signed-off-by: NicoleYarroch <nicole@livio.io>
-rw-r--r--SmartDeviceLink/SDLGetVehicleDataResponse.h4
-rw-r--r--SmartDeviceLink/SDLUnsubscribeVehicleDataResponse.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/SmartDeviceLink/SDLGetVehicleDataResponse.h b/SmartDeviceLink/SDLGetVehicleDataResponse.h
index 56a07f833..240f9907b 100644
--- a/SmartDeviceLink/SDLGetVehicleDataResponse.h
+++ b/SmartDeviceLink/SDLGetVehicleDataResponse.h
@@ -123,12 +123,12 @@ NS_ASSUME_NONNULL_BEGIN
@property (nullable, strong, nonatomic) NSNumber<SDLFloat> *engineTorque;
/**
- * @abstract Accelerator pedal position (percentage depressed).
+ * @abstract Accelerator pedal position (percentage depressed)
*/
@property (nullable, strong, nonatomic) NSNumber<SDLFloat> *accPedalPosition;
/**
- * @abstract Current angle of the steering wheel (in deg).
+ * @abstract Current angle of the steering wheel (in deg)
*/
@property (nullable, strong, nonatomic) NSNumber<SDLFloat> *steeringWheelAngle;
@property (nullable, strong, nonatomic) SDLECallInfo *eCallInfo;
diff --git a/SmartDeviceLink/SDLUnsubscribeVehicleDataResponse.h b/SmartDeviceLink/SDLUnsubscribeVehicleDataResponse.h
index c0bcab829..bced5894e 100644
--- a/SmartDeviceLink/SDLUnsubscribeVehicleDataResponse.h
+++ b/SmartDeviceLink/SDLUnsubscribeVehicleDataResponse.h
@@ -102,12 +102,12 @@ NS_ASSUME_NONNULL_BEGIN
@property (strong, nonatomic, nullable) SDLVehicleDataResult *engineTorque;
/**
- * @abstract A SDLVehicleDataResult* value. Accelerator pedal position (percentage depressed).
+ * @abstract A SDLVehicleDataResult* value. Accelerator pedal position (percentage depressed)
*/
@property (strong, nonatomic, nullable) SDLVehicleDataResult *accPedalPosition;
/**
- * @abstract A SDLVehicleDataResult* value. Current angle of the steering wheel (in deg).
+ * @abstract A SDLVehicleDataResult* value. Current angle of the steering wheel (in deg)
*/
@property (strong, nonatomic, nullable) SDLVehicleDataResult *steeringWheelAngle;
@property (strong, nonatomic, nullable) SDLVehicleDataResult *eCallInfo;