aboutsummaryrefslogtreecommitdiff
path: root/contrib/native/client/src/include
diff options
context:
space:
mode:
authorsuperbstreak <robwu15@gmail.com>2018-07-05 18:11:47 -0700
committerSorabh Hamirwasia <sorabh@apache.org>2018-07-12 18:52:06 -0700
commitbd4049dc657e2f74d69abd7289482a57ea1d98cc (patch)
treec450013fb7d5e3edca8f7b247daceb2a47f4a5b7 /contrib/native/client/src/include
parent56f951cc7a03e497ba34eeca4bd9265ae30c4650 (diff)
[DRILL-6581] C++ Client SSL Implementation Fixes/Improvements
Diffstat (limited to 'contrib/native/client/src/include')
-rw-r--r--contrib/native/client/src/include/drill/userProperties.hpp3
1 files changed, 1 insertions, 2 deletions
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.