Updated Branches: refs/heads/trunk 761070784 -> 859473db5
Fix protocol doc bis Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/859473db Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/859473db Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/859473db Branch: refs/heads/trunk Commit: 859473db505bd4e5953f69f06066af815da9a0ce Parents: 7610707 Author: Sylvain Lebresne <[email protected]> Authored: Mon Oct 1 16:33:48 2012 +0200 Committer: Sylvain Lebresne <[email protected]> Committed: Mon Oct 1 16:33:48 2012 +0200 ---------------------------------------------------------------------- doc/native_protocol.spec | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/859473db/doc/native_protocol.spec ---------------------------------------------------------------------- diff --git a/doc/native_protocol.spec b/doc/native_protocol.spec index 9916ce4..6666908 100644 --- a/doc/native_protocol.spec +++ b/doc/native_protocol.spec @@ -160,8 +160,7 @@ Table of Contents [string list] A [short] n, followed by n [string]. [bytes] A [int] n, followed by n bytes if n >= 0. If n < 0, no byte should follow and the value represented is `null`. - [short bytes] A [short] n, followed by n bytes if n >= 0. If n < 0, - no byte should follow and the value represented is `null`. + [short bytes] A [short] n, followed by n bytes if n >= 0. [option] A pair of <id><value> where <id> is a [short] representing the option id and <value> depends on that option (and can be
