From bd4049dc657e2f74d69abd7289482a57ea1d98cc Mon Sep 17 00:00:00 2001 From: superbstreak Date: Thu, 5 Jul 2018 18:11:47 -0700 Subject: [DRILL-6581] C++ Client SSL Implementation Fixes/Improvements --- contrib/native/client/src/include/drill/userProperties.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'contrib/native/client/src/include') diff --git a/contrib/native/client/src/include/drill/userProperties.hpp b/contrib/native/client/src/include/drill/userProperties.hpp index f5d6783ea..fb6c764e7 100644 --- a/contrib/native/client/src/include/drill/userProperties.hpp +++ b/contrib/native/client/src/include/drill/userProperties.hpp @@ -29,8 +29,7 @@ class DECLSPEC_DRILL_CLIENT DrillUserProperties{ DrillUserProperties(){}; - /// @brief Update the property value associate with the property key if the value is - /// empty. + /// @brief Sets the default property value. /// /// @param in_propName The property name. /// @param in_propValue The property value. -- cgit v1.2.3