mirror of https://gitee.com/bigwinds/arangodb
Fix a description of two methods.
This commit is contained in:
parent
92e52c33f8
commit
6b4bbe5d04
|
@ -55,7 +55,7 @@ TRI_json_t* JsonHelper::uint64String (TRI_memory_zone_t* zone,
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
/// @brief convert a uint64 into a JSON string
|
/// @brief convert a JSON strong or number into a uint64
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
uint64_t JsonHelper::stringUInt64 (TRI_json_t const* json) {
|
uint64_t JsonHelper::stringUInt64 (TRI_json_t const* json) {
|
||||||
|
@ -72,7 +72,7 @@ uint64_t JsonHelper::stringUInt64 (TRI_json_t const* json) {
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
/// @brief convert a uint64 into a JSON string
|
/// @brief convert a JSON strong or number into a uint64
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
uint64_t JsonHelper::stringUInt64 (TRI_json_t const* json,
|
uint64_t JsonHelper::stringUInt64 (TRI_json_t const* json,
|
||||||
|
|
Loading…
Reference in New Issue