Repository: cassandra
Updated Branches:
  refs/heads/cassandra-3.0 782a1c3ae -> 704bf1e56


Fix typo


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/704bf1e5
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/704bf1e5
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/704bf1e5

Branch: refs/heads/cassandra-3.0
Commit: 704bf1e56bb9212cf2e98b70048478e97bd0f80c
Parents: 782a1c3
Author: Sylvain Lebresne <[email protected]>
Authored: Tue Sep 1 10:54:32 2015 +0200
Committer: Sylvain Lebresne <[email protected]>
Committed: Tue Sep 1 10:54:32 2015 +0200

----------------------------------------------------------------------
 src/java/org/apache/cassandra/cql3/UpdateParameters.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/704bf1e5/src/java/org/apache/cassandra/cql3/UpdateParameters.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/cassandra/cql3/UpdateParameters.java 
b/src/java/org/apache/cassandra/cql3/UpdateParameters.java
index 045b1e1..22aeddd 100644
--- a/src/java/org/apache/cassandra/cql3/UpdateParameters.java
+++ b/src/java/org/apache/cassandra/cql3/UpdateParameters.java
@@ -149,7 +149,7 @@ public class UpdateParameters
         // For compact tables, at the exclusion of the static row (of static 
compact tables), each row ever has a single column,
         // the "compact" one. As such, deleting the row or deleting that 
single cell is equivalent. We favor the later however
         // because that makes it easier when translating back to the old 
format layout (for thrift and pre-3.0 backward
-        // compatibility) as we don't have to special case for the row 
deletion. This is also in line with what we use to do pre-3.0.
+        // compatibility) as we don't have to special case for the row 
deletion. This is also in line with what we used to do pre-3.0.
         if (metadata.isCompactTable() && builder.clustering() != 
Clustering.STATIC_CLUSTERING)
             addTombstone(metadata.compactValueColumn());
         else

Reply via email to