Fixing build

This commit is contained in:
Arjen Poutsma
2008-04-17 22:00:25 +00:00
parent f1b728c6e8
commit b6f075e65b

View File

@@ -26,6 +26,7 @@ import junit.framework.TestCase;
import org.springframework.core.io.ClassPathResource;
import org.springframework.core.io.Resource;
import org.springframework.core.io.AbstractResource;
public class XmlValidatorFactoryTest extends TestCase {
@@ -57,7 +58,7 @@ public class XmlValidatorFactoryTest extends TestCase {
}
}
private static class NonExistentResource implements Resource {
private static class NonExistentResource extends AbstractResource {
public Resource createRelative(String relativePath) throws IOException {
throw new IOException();