mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-2.1' into trunk
This commit is contained in:
commit
58985409c9
|
|
@ -73,6 +73,8 @@ public class Timing
|
|||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
if (e instanceof InterruptedException)
|
||||
throw (InterruptedException) e;
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue