mirror of https://github.com/apache/cassandra
fix bad merge
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@759773 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f3f2be01d3
commit
fd95061db0
|
|
@ -26,5 +26,10 @@ public class ServerTest {
|
|||
{
|
||||
throw new RuntimeException("No such directory: " + dir.getAbsolutePath());
|
||||
}
|
||||
for (File f : dir.listFiles())
|
||||
{
|
||||
f.delete();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue