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:
Jonathan Ellis 2009-03-29 20:01:53 +00:00
parent f3f2be01d3
commit fd95061db0
1 changed files with 5 additions and 0 deletions

View File

@ -26,5 +26,10 @@ public class ServerTest {
{
throw new RuntimeException("No such directory: " + dir.getAbsolutePath());
}
for (File f : dir.listFiles())
{
f.delete();
}
}
}
}