mirror of https://github.com/apache/cassandra
really fix minor styling issue, really
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@887504 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
987aed491c
commit
b8c65fadeb
|
|
@ -224,7 +224,7 @@ public class CliClient
|
|||
else
|
||||
{
|
||||
Column column = cosc.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