Fix typo in stress JavaDriverClient.java

Closes #97

Patch by Ian Macalinao; Reviewed by Jeff Jirsa for CASSANDRA-13355
This commit is contained in:
Ian Macalinao 2017-03-09 23:35:42 -06:00 committed by Jeff Jirsa
parent dd53266466
commit 5b8b1ce26c
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ public class JavaDriverClient
connectionsPerHost);
for (Host host : metadata.getAllHosts())
{
System.out.printf("Datatacenter: %s; Host: %s; Rack: %s%n",
System.out.printf("Datacenter: %s; Host: %s; Rack: %s%n",
host.getDatacenter(), host.getAddress(), host.getRack());
}