Merge branch 'cassandra-2.1' into trunk

This commit is contained in:
Benedict Elliott Smith 2014-09-14 13:51:08 +01:00
commit 58985409c9
1 changed files with 2 additions and 0 deletions

View File

@ -73,6 +73,8 @@ public class Timing
}
catch (Exception e)
{
if (e instanceof InterruptedException)
throw (InterruptedException) e;
throw new RuntimeException(e);
}