Fix typo in javadoc

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

Branch: refs/heads/trunk
Commit: 12b6c0a5264138a6f569e5e957362ddaf1a4a0be
Parents: 3e45fa1
Author: Sylvain Lebresne <sylv...@datastax.com>
Authored: Wed Jan 6 10:44:22 2016 +0100
Committer: Sylvain Lebresne <sylv...@datastax.com>
Committed: Wed Jan 6 10:44:22 2016 +0100

----------------------------------------------------------------------
 src/java/org/apache/cassandra/db/rows/Row.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/12b6c0a5/src/java/org/apache/cassandra/db/rows/Row.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/cassandra/db/rows/Row.java 
b/src/java/org/apache/cassandra/db/rows/Row.java
index 8a67e9b..5f79a66 100644
--- a/src/java/org/apache/cassandra/db/rows/Row.java
+++ b/src/java/org/apache/cassandra/db/rows/Row.java
@@ -394,11 +394,11 @@ public interface Row extends Unfiltered, 
Collection<ColumnData>
         public Clustering clustering();
 
         /**
-         * Adds the liveness information for the partition key columns of this 
row.
+         * Adds the liveness information for the primary key columns of this 
row.
          *
          * This call is optional (skipping it is equivalent to calling {@code 
addPartitionKeyLivenessInfo(LivenessInfo.NONE)}).
          *
-         * @param info the liveness information for the partition key columns 
of the built row.
+         * @param info the liveness information for the primary key columns of 
the built row.
          */
         public void addPrimaryKeyLivenessInfo(LivenessInfo info);
 

Reply via email to