Merge branch 'cassandra-3.1' into trunk

This commit is contained in:
T Jake Luciani 2015-12-01 11:24:38 -05:00
commit c92dab5222
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