mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 14:01:42 +00:00
Test -> Tests
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@521 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ import java.io.Writer;
|
||||
import javax.xml.stream.XMLOutputFactory;
|
||||
import javax.xml.stream.XMLStreamException;
|
||||
|
||||
public class StaxStreamContentHandlerTest extends AbstractStaxContentHandlerTestCase {
|
||||
public class StaxStreamContentHandlerTests extends AbstractStaxContentHandlerTestCase {
|
||||
|
||||
@Override
|
||||
protected AbstractStaxContentHandler createStaxContentHandler(Writer writer) throws XMLStreamException {
|
||||
Reference in New Issue
Block a user