Merge branch 'cassandra-3.0' into cassandra-3.1

This commit is contained in:
T Jake Luciani 2015-12-01 11:22:48 -05:00
commit 924fb4d508
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ public class StressProfile implements Serializable
}
catch (RuntimeException e)
{
throw new IllegalArgumentException("There was a problem parsing the table cql: " + e.getCause().getMessage());
throw new IllegalArgumentException("There was a problem parsing the table cql: " + e.getMessage());
}
}
else