You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ec...@apache.org on 2017/10/02 19:44:47 UTC

[geode-native] branch develop updated: GEODE-2578: Update docs to match code

This is an automated email from the ASF dual-hosted git repository.

echobravo pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/develop by this push:
     new b750d21  GEODE-2578: Update docs to match code
b750d21 is described below

commit b750d21322f5cf19eaec208a207d0ba2720e1719
Author: Mike Martell <mm...@pivotal.io>
AuthorDate: Mon Oct 2 07:34:48 2017 -0700

    GEODE-2578: Update docs to match code
---
 cppcache/include/geode/DataOutput.hpp | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/cppcache/include/geode/DataOutput.hpp b/cppcache/include/geode/DataOutput.hpp
index a677ec5..47a465b 100644
--- a/cppcache/include/geode/DataOutput.hpp
+++ b/cppcache/include/geode/DataOutput.hpp
@@ -336,11 +336,8 @@ class CPPCACHE_EXPORT DataOutput {
   }
 
   /**
-   * Writes the given given string using java modified UTF-8 encoding
-   * supporting maximum encoded length of 64K (i.e. unsigned 16-bit integer).
-   * @remarks The string will be truncated if greater than the maximum
-   *   permissible length of 64K. Use <code>writeUTFHuge</code> to write
-   *   strings of length larger than this.
+   * Writes the given string using java modified UTF-8 encoding
+   * supporting maximum 32-bit unsigned integer.
    *
    * @param value the C string to be written
    *

-- 
To stop receiving notification emails like this one, please contact
['"commits@geode.apache.org" <co...@geode.apache.org>'].