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:
Eric Evans 2009-12-05 05:41:34 +00:00
parent 987aed491c
commit b8c65fadeb
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}