mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-3.1' into trunk
This commit is contained in:
commit
c92dab5222
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue