mirror of https://github.com/apache/cassandra
corrected minor formatting nit
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@887503 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bbfcb18ae5
commit
987aed491c
|
|
@ -297,7 +297,7 @@ public class CliClient
|
|||
// Perform a get(), print out the results.
|
||||
ColumnPath path = new ColumnPath(columnFamily, superColumnName, columnName);
|
||||
Column column = thriftClient_.get(tableName, key, path, ConsistencyLevel.ONE).column;
|
||||
css_.out.printf("=> (column=%s, value=%s; timestamp=%d)\n", new String(column.name, "UTF-8"),
|
||||
css_.out.printf("=> (column=%s, value=%s, timestamp=%d)\n", new String(column.name, "UTF-8"),
|
||||
new String(column.value, "UTF-8"), column.timestamp);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue