Skip to content

Commit 89fe332

Browse files
author
Bulat Shakirzyanov
committed
fix links to native protocol docs
1 parent ffdc7c2 commit 89fe332

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ext/doc/Cassandra/Exception/ReadTimeoutException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
/**
2222
* ReadTimeoutException is raised when a coordinator failed to receive acks
2323
* from the required number of replica nodes in time during a read.
24-
* @see https://github.com/apache/cassandra/blob/trunk/doc/native_protocol_v1.spec#L709-L726 Description of ReadTimeout error in the native protocol spec
24+
* @see https://github.com/apache/cassandra/blob/cassandra-2.1/doc/native_protocol_v1.spec#L709-L726 Description of ReadTimeout error in the native protocol spec
2525
*/
2626
class ReadTimeoutException extends ExecutionException {}

ext/doc/Cassandra/Exception/UnavailableException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
* enough replica nodes available to fulfill the request.
2424
*
2525
* NOTE: Request has not even been forwarded to the replica nodes in this case.
26-
* @see https://github.com/apache/cassandra/blob/trunk/doc/native_protocol_v1.spec#L667-L677 Description of the Unavailable error in the native protocol v1 spec.
26+
* @see https://github.com/apache/cassandra/blob/cassandra-2.1/doc/native_protocol_v1.spec#L667-L677 Description of the Unavailable error in the native protocol v1 spec.
2727
*/
2828
class UnavailableException extends ExecutionException {}

ext/doc/Cassandra/Exception/WriteTimeoutException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
/**
2222
* WriteTimeoutException is raised when a coordinator failed to receive acks
2323
* from the required number of replica nodes in time during a write.
24-
* @see https://github.com/apache/cassandra/blob/trunk/doc/native_protocol_v1.spec#L683-L708 Description of WriteTimeout error in the native protocol spec
24+
* @see https://github.com/apache/cassandra/blob/cassandra-2.1/doc/native_protocol_v1.spec#L683-L708 Description of WriteTimeout error in the native protocol spec
2525
*/
2626
class WriteTimeoutException extends ExecutionException {}

0 commit comments

Comments
 (0)