Merge branch 'cassandra-2.1' into trunk

This commit is contained in:
Jake Luciani 2014-10-07 12:22:14 -04:00
commit 54e4247812
1 changed files with 2 additions and 0 deletions

View File

@ -108,6 +108,8 @@ public final class Stress
StressAction stressAction = new StressAction(settings, logout);
stressAction.run();
}
System.exit(0);
}
/**